[geeklog-hg] geeklog: Added missing br tag for when What's New Block Displays...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Jul 3 11:16:34 EDT 2013


changeset 9157:201073ba43d8
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/201073ba43d8
user: Tom <websitemaster at cogeco.net>
date: Wed Jul 03 10:14:04 2013 -0400
description:
Added missing br tag for when What's New Block Displays stories

diffstat:

 public_html/lib-common.php |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 4a0745f353e0 -r 201073ba43d8 public_html/lib-common.php
--- a/public_html/lib-common.php	Mon Jul 01 13:01:19 2013 -0400
+++ b/public_html/lib-common.php	Wed Jul 03 10:14:04 2013 -0400
@@ -5256,6 +5256,13 @@
         } else {
             $retval .= $LANG01[100] . '<br' . XHTML . '>' . LB; // No new stories
         }        
+        
+        if(( $_CONF['hidenewcomments'] == 0 ) || ( $_CONF['hidenewplugins'] == 0 )
+                || ( $_CONF['trackback_enabled']
+                && ( $_CONF['hidenewtrackbacks'] == 0 )))
+        {
+            $retval .= '<br' . XHTML . '>';
+        }        
     }
 
     if( $_CONF['hidenewcomments'] == 0 )



More information about the geeklog-cvs mailing list