[geeklog-cvs] geeklog: Fixed text direction issue with the paths listed on suc...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Aug 28 11:08:57 EDT 2011


changeset 8373:9bd9657e05f3
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/9bd9657e05f3
user: Dirk Haun <dirk at haun-online.de>
date: Thu Jun 23 16:05:56 2011 +0200
description:
Fixed text direction issue with the paths listed on success.php (bug #0001219)

diffstat:

 public_html/admin/install/success.php |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r f3f40f4b3b49 -r 9bd9657e05f3 public_html/admin/install/success.php
--- a/public_html/admin/install/success.php	Thu Jun 23 15:36:25 2011 +0200
+++ b/public_html/admin/install/success.php	Thu Jun 23 16:05:56 2011 +0200
@@ -2,13 +2,13 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.6                                                               |
+// | Geeklog 1.8                                                               |
 // +---------------------------------------------------------------------------+
 // | success.php                                                               |
 // |                                                                           |
 // | Page that is displayed upon a successful Geeklog installation or upgrade  |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2000-2009 by the following authors:                         |
+// | Copyright (C) 2000-2011 by the following authors:                         |
 // |                                                                           |
 // | Authors: Tony Bibbs        - tony AT tonybibbs DOT com                    |
 // |          Mark Limburg      - mlimburg AT users DOT sourceforge DOT net    |
@@ -94,13 +94,13 @@
 $display .= '<h2>' . $LANG_SUCCESS[10] . '</h2>
 <p>' . $LANG_SUCCESS[11] . ' <strong>' . (($type == 'install') ? '3' : '2') . '</strong> ' . $LANG_SUCCESS[12] . ':</p>
 <ul>
-<li>' . $LANG_SUCCESS[13] . ' <tt>' . $_CONF['path_html'] . SUCCESS_getInstallPath() . '</tt>.</li>';
+<li>' . $LANG_SUCCESS[13] . ' <tt dir="ltr">' . $_CONF['path_html'] . SUCCESS_getInstallPath() . '</tt>.</li>';
 
 if ($type == 'install') {
     $display .= "<li><a href=\"{$_CONF['site_url']}/usersettings.php\">" . $LANG_SUCCESS[14] . ' <strong>' . $LANG_SUCCESS[7] . '</strong> ' . $LANG_SUCCESS[15] . '</a></li>';
 }
 
-$display .= '<li>' . $LANG_SUCCESS[16] . ' <tt>' . $_CONF['path'] . 'db-config.php</tt> ' . $LANG_SUCCESS[17] . ' <tt>' . $_CONF['path_html'] . 'siteconfig.php</tt> ' . $LANG_SUCCESS[18] . ' 644.</li>
+$display .= '<li>' . $LANG_SUCCESS[16] . ' <tt dir="ltr">' . $_CONF['path'] . 'db-config.php</tt> ' . $LANG_SUCCESS[17] . ' <tt dir="ltr">' . $_CONF['path_html'] . 'siteconfig.php</tt> ' . $LANG_SUCCESS[18] . ' 644.</li>
 </ul>';
 
 // note for those upgrading from Geeklog 1.2.5-1 or older



More information about the geeklog-cvs mailing list