diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 666ff7a..e160b76 100644 --- a/templates/base.html +++ b/templates/base.html @@ -64,8 +64,8 @@ <div id="related"> {% block related %} <script language="javascript"> - $('#related').remove() - /*This is a hack to stop a line appearing because of the empty div border*/ + $('#related').remove() + /*This is a hack to stop a line appearing because of the empty div border*/ </script> {% endblock %} </div> |