XHTML validity
authorsoranzo <soranzo>
Sun, 31 Dec 2006 16:58:59 +0000 (16:58 +0000)
committersoranzo <soranzo>
Sun, 31 Dec 2006 16:58:59 +0000 (16:58 +0000)
intro.php

index 5fcf36514277ec649b14948b5dc789e7f89cad74..6f87251ffd3c0af03392f07ff3b28d3a1cc9b615 100755 (executable)
--- a/intro.php
+++ b/intro.php
@@ -3,7 +3,7 @@
        /**
         * Intro screen
         *
-        * $Id: intro.php,v 1.15 2005/05/02 15:47:24 chriskl Exp $
+        * $Id: intro.php,v 1.16 2006/12/31 16:58:59 soranzo Exp $
         */
 
        // Include application functions (no db conn)
@@ -20,7 +20,6 @@
 <h1><?php echo "$appName $appVersion (PHP ". phpversion() .')' ?></h1>
 
 <form method="get" action="<?php echo $_SERVER['PHP_SELF'] ?>">
- <label>
   <select name="language" onchange="this.form.submit()">
 <?php
        $language = isset($_SESSION['webdbLanguage']) ? $_SESSION['webdbLanguage'] : 'english';
@@ -32,7 +31,6 @@
 ?>
   </select>
   <noscript><input type="submit" value="<?php echo $lang['stralter'] ?>" /></noscript>
- </label>
 </form>
 
 <p><?php echo $lang['strintro'] ?></p>