summaryrefslogtreecommitdiffstatshomepage
path: root/templates/top.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-01-06 17:43:35 +0000
committerGravatar mensonge2009-01-06 17:43:35 +0000
commit9168c9eda2b30a794ba15c0ddf8098bee963ee08 (patch)
tree82bb978917b3abd513b9d71f0faa40cc4535ee4f /templates/top.inc.php
parent34dd3dfcdf2f5c00ff893abb67dd10ed5551a3dd (diff)
downloadscuttle-9168c9eda2b30a794ba15c0ddf8098bee963ee08.tar.gz
scuttle-9168c9eda2b30a794ba15c0ddf8098bee963ee08.zip
Bug fix: improve xhtml compatibility
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@219 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/top.inc.php')
-rw-r--r--templates/top.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/top.inc.php b/templates/top.inc.php
index 9bce24f..ec35222 100644
--- a/templates/top.inc.php
+++ b/templates/top.inc.php
@@ -16,7 +16,7 @@ if(isset($rsschannels)) {
}
?>
<link rel="stylesheet" type="text/css"
- href="http://ajax.googleapis.com/ajax/libs/dojo/1.2/dijit/themes/nihilo/nihilo.css">
+ href="http://ajax.googleapis.com/ajax/libs/dojo/1.2/dijit/themes/nihilo/nihilo.css" />
<?php if (isset($loadjs)) :?>
<script type="text/javascript" src="<?php echo ROOT ?>jsScuttle.php"></script>