[geeklog-cvs] geeklog: HTML fixes

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jan 24 14:23:35 EST 2010


changeset 7615:06de17bdb77d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/06de17bdb77d
user: Dirk Haun <dirk at haun-online.de>
date: Sun Jan 24 13:16:46 2010 +0100
description:
HTML fixes

diffstat:

 public_html/admin/install/index.php |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 4e824a5ec928 -r 06de17bdb77d public_html/admin/install/index.php
--- a/public_html/admin/install/index.php	Sun Jan 24 11:13:52 2010 +0100
+++ b/public_html/admin/install/index.php	Sun Jan 24 13:16:46 2010 +0100
@@ -1012,7 +1012,7 @@
                 ' . $form_fields . '
                 <input type="submit" name="submit" class="submit button big-button" value="' . $LANG_INSTALL[62] . ' >>"' . XHTML . '>
                 </form>' . LB;
-            $display .= '<p>' . $LANG_INSTALL[94] . '<p>' . LB
+            $display .= '<p>' . $LANG_INSTALL[94] . '</p>' . LB
                      . '<ul><li>' . $LANG_INSTALL[95] . '<br' . XHTML . '>' . LB
                      . '<code>' . strtr(__FILE__, '\\', '/') . '</code></li>'
                      . '<li>' . sprintf($LANG_INSTALL[96],
@@ -1117,8 +1117,8 @@
                     . $display_permissions . '</div>' . LB
                     . '<h2>' . $LANG_INSTALL[98] . '</h2>' . LB
                     . '<p>' . $LANG_INSTALL[99] . '</p>' . LB
-                    . '<p><div class="codeblock"><code>' . $chmod_string . LB 
-                    . '</code></div></p><br ' . XHTML . '>' . LB;
+                    . '<p class="codeblock"><code>' . $chmod_string . LB 
+                    . '</code></p><br ' . XHTML . '>' . LB;
                 $step++;
 
             } else {



More information about the geeklog-cvs mailing list