[geeklog-cvs] geeklog: XHTML fixes

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jun 13 04:35:47 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/711f03b24fef
changeset: 7110:711f03b24fef
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jun 13 10:35:33 2009 +0200
description:
XHTML fixes

diffstat:

 public_html/admin/install/index.php   |  4 ++--
 public_html/admin/install/migrate.php |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r ea7bbbf5bed4 -r 711f03b24fef public_html/admin/install/index.php
--- a/public_html/admin/install/index.php	Sat Jun 13 09:32:16 2009 +0200
+++ b/public_html/admin/install/index.php	Sat Jun 13 10:35:33 2009 +0200
@@ -1149,7 +1149,7 @@
             // Show the "Select your installation method" buttons
             $upgr_class = ($LANG_DIRECTION == 'rtl') ? 'upgrade-rtl' : 'upgrade' ;
             $display .= '<h1 class="heading">' . $LANG_INSTALL[101] . ' ' . $display_step . ' - ' . $LANG_INSTALL[23] . '</h1>' . LB
-                . '<p><form action="index.php" method="GET">' . LB
+                . '<div><form action="index.php" method="get">' . LB
                 . '<input type="hidden" name="dbconfig_path" value="' . htmlspecialchars($dbconfig_path) . '"' . XHTML . '>' . LB
                 . '<input type="hidden" name="mode" value="' . htmlspecialchars($mode) . '"' . XHTML . '>' . LB
                 . '<input type="hidden" name="language" value="' . $language . '"' . XHTML . '>' . LB
@@ -1157,7 +1157,7 @@
                 . '<input type="submit" name="install_type" class="button big-button" value="' . $LANG_INSTALL[24] . '"' . XHTML .'>' . LB
                 . '<input type="submit" name="install_type" class="button big-button" value="' . $LANG_INSTALL[25] . '"' . XHTML .'>' . LB
                 . '<input type="submit" name="install_type" class="button big-button" value="' . $LANG_INSTALL[16] . '"' . XHTML .'>' . LB
-                . '</form> </p> <br' . XHTML . '>' . LB;
+                . '</form> </div> <br' . XHTML . '>' . LB;
    
         }
         break;
diff -r ea7bbbf5bed4 -r 711f03b24fef public_html/admin/install/migrate.php
--- a/public_html/admin/install/migrate.php	Sat Jun 13 09:32:16 2009 +0200
+++ b/public_html/admin/install/migrate.php	Sat Jun 13 10:35:33 2009 +0200
@@ -967,7 +967,7 @@
             }
 
             $display .= '<p>' . $LANG_MIGRATE[36] . '</p>' . LB
-                .'<form action="success.php" method="GET">' . LB
+                .'<form action="success.php" method="get">' . LB
                 . '<input type="hidden" name="type" value="migrate"' . XHTML . '>' . LB
                 . '<input type="hidden" name="language" value="' . $language . '"' . XHTML . '>' . LB
                 . '<input type="hidden" name="" value=""' . XHTML . '>' . LB



More information about the geeklog-cvs mailing list