XHTML compliance
authorchriskl <chriskl>
Wed, 23 Apr 2003 06:34:30 +0000 (06:34 +0000)
committerchriskl <chriskl>
Wed, 23 Apr 2003 06:34:30 +0000 (06:34 +0000)
index.php

index 69e9f27bb55d341ef9e94149609d4341355bd2a5..c77d99b888f1a1511d403c578c03718fbec52ea3 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
        /**
         * Main access point to the app.
         *
-        * $Id: index.php,v 1.5 2003/04/21 06:36:23 chriskl Exp $
+        * $Id: index.php,v 1.6 2003/04/23 06:34:30 chriskl Exp $
         */
 
        // Include application functions
@@ -12,7 +12,7 @@
        $misc->printHeader();
 ?>
 <frameset rows="50, *">
-       <frame src="topbar.php" name="topbar" scrolling=no noresize />
+       <frame src="topbar.php" name="topbar" scrolling="no" noresize="noresize" />
        <frameset cols="<?php echo $conf['left_width'] ?>,*">
          <frame src="browser.php" name="browser" />
          <frame src="intro.php" name="detail" />