[geeklog-cvs] geeklog: Use a plain space (not   ) for empty fields in sear...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Nov 8 07:58:40 EST 2009


changeset 7460:1c2d87e8c9e2
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/1c2d87e8c9e2
user: Dirk Haun <dirk at haun-online.de>
date: Sun Nov 08 12:26:46 2009 +0100
description:
Use a plain space (not  ) for empty fields in search results to ensure flush left border for results without an author field

diffstat:

 system/classes/listfactory.class.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0f9a8d809cc5 -r 1c2d87e8c9e2 system/classes/listfactory.class.php
--- a/system/classes/listfactory.class.php	Sun Nov 08 12:24:59 2009 +0100
+++ b/system/classes/listfactory.class.php	Sun Nov 08 12:26:46 2009 +0100
@@ -747,7 +747,7 @@
                         $list_templates->parse('item_field', 'field', true);
                     } else {
                         // Write an empty field
-                        $list_templates->set_var('field_text', ' ');
+                        $list_templates->set_var('field_text', ' ');
                         $list_templates->parse('item_field', 'field', true);
                     }
                 }



More information about the geeklog-cvs mailing list