diff options
-rw-r--r-- | templates/top.inc.php | 2 |
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> |