diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-08-13 20:13:53 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-08-13 20:13:53 -0700 |
commit | 86978e28a9437e9a7c199188a7055cee193f6fb0 (patch) | |
tree | 4fa16996f734d33819e7c78b7c619691ca4db2cd /bn_django | |
parent | 42aafe15b2fde378511e5f3575cce35521feaa56 (diff) | |
download | bnewnet-86978e28a9437e9a7c199188a7055cee193f6fb0.tar.gz bnewnet-86978e28a9437e9a7c199188a7055cee193f6fb0.zip |
wow, IE sucks
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" |