<script> belongs into either head or body.
authorJan Schneider <jan@horde.org>
Mon, 3 Aug 2009 16:40:30 +0000 (18:40 +0200)
committerJan Schneider <jan@horde.org>
Mon, 3 Aug 2009 16:40:30 +0000 (18:40 +0200)
nag/templates/common-header.inc

index 7ae491e..4cf223d 100644 (file)
@@ -32,7 +32,7 @@ if ($prefs->getValue('show_panel')) {
 <link href="<?php echo Horde::applicationUrl('themes/categoryCSS.php') ?>" rel="stylesheet" type="text/css" />
 <script src="<?php echo $GLOBALS['registry']->get('jsuri', 'horde') ?>/glow/1.5.1/core/core.js" type="text/javascript"></script>
 <script src="<?php echo $GLOBALS['registry']->get('jsuri', 'horde') ?>/glow/1.5.1/widgets/widgets.js" type="text/javascript"></script>
-<link href="<?php echo $GLOBALS['registry']->get('jsuri', 'horde') ?>/glow/1.5.1/widgets/widgets.css" type="text/css" rel="stylesheet" /></head>
+<link href="<?php echo $GLOBALS['registry']->get('jsuri', 'horde') ?>/glow/1.5.1/widgets/widgets.css" type="text/css" rel="stylesheet" />
 <script type="text/javascript">
 var Nag = {};
 
@@ -41,6 +41,7 @@ glow.ready(function() {
     Nag.quickAddPanel = new glow.widgets.InfoPanel('#quickAddInfoPanel', { context: '.quickAdd', pointerPosition: 't' });
 });
 </script>
+</head>
 
 <body<?php if ($bc) echo ' class="' . $bc . '"' ?><?php if ($bi = Horde_Util::nonInputVar('bodyId')) echo ' id="' . $bi . '"'; ?>>