[geeklog-hg] geeklog: Fixed wrong HTML code

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed May 22 09:24:24 EDT 2013


changeset 9085:571bad5fe624
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/571bad5fe624
user: dengen
date: Wed May 22 22:24:12 2013 +0900
description:
Fixed wrong HTML code

diffstat:

 plugins/calendar/functions.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 961e8234eacb -r 571bad5fe624 plugins/calendar/functions.inc
--- a/plugins/calendar/functions.inc	Wed May 22 22:12:00 2013 +0900
+++ b/plugins/calendar/functions.inc	Wed May 22 22:24:12 2013 +0900
@@ -199,7 +199,7 @@
                     if( !$headline ) {
                         if($z == 2) {
                             if( $numRows > 0 ) {
-                                $retval .= '<p><b>' . $LANG_CAL_1[23] . '</b><br' . XHTML . '>';
+                                $retval .= '<b>' . $LANG_CAL_1[23] . '</b><br' . XHTML . '>';
                             }
                         } else {
                             if( $totalrows > 0 ) {



More information about the geeklog-cvs mailing list