diff options
Diffstat (limited to 'bn_django')
-rw-r--r-- | bn_django/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 3ffc84e..3d4fe00 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> {% block stylesheets %} -<script type="text/javascript" src="/static/style/styleswitcher.js" /> +<script type="text/javascript" src="/static/style/styleswitcher.js"></script> <link rel="stylesheet" type="text/css" href="/static/style/default.css" /> <link rel="stylesheet" type="text/css" href="/static/style/commentary.css" /> <link rel="alternate stylesheet" type="text/css" |