From: yellowled Date: Mon, 14 Apr 2008 06:50:39 +0000 (+0000) Subject: Modified output code for serendipity_plugin_shoutbox. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1a25c91fec763d7bd839eeac5b7b8efe2526ff08;p=s9y.git Modified output code for serendipity_plugin_shoutbox. --- diff --git a/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php b/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php index de40ce3..242672e 100644 --- a/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php +++ b/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php @@ -142,12 +142,10 @@ class serendipity_plugin_shoutbox extends serendipity_plugin } ?>
-
- - - -
-

+ + + + -
+
' . PLUGIN_SHOUTBOX_DELETE . ''; } @@ -178,10 +176,9 @@ class serendipity_plugin_shoutbox extends serendipity_plugin serendipity_plugin_api::hook_event('frontend_display', $entry); $entry['comment'] = wordwrap($entry['comment'], $wordwrap, "\n", 1); - echo "" . htmlspecialchars(serendipity_strftime($dateformat, $row['stamp'])) . '
' . "\n" - . $entry['comment'] - . $deleteLink - . '


' . "\n\n"; + echo '
' . htmlspecialchars(serendipity_strftime($dateformat, $row['stamp'])) . '
' . "\n" + . '
' . $entry['comment'] . '
' . "\n" + . '
' . $deleteLink . '
' . "\n\n"; } } ?>