]> git.mjollnir.org Git - s9y.git/commitdiff
corrected Statistics plugin, which had a wrong semicolon placement
authorwesley <wesley>
Thu, 28 Jul 2005 01:10:43 +0000 (01:10 +0000)
committerwesley <wesley>
Thu, 28 Jul 2005 01:10:43 +0000 (01:10 +0000)
plugins/serendipity_event_statistics/serendipity_event_statistics.php

index f4f60d1e3af33145e7f2544d3acc7e5202beedb4..cdc8c738a9914f21e7f8c04e1a7fb7fa1f107b8f 100644 (file)
@@ -428,7 +428,7 @@ class serendipity_event_statistics extends serendipity_event
         <br />
 
         <dt><strong><?php echo PLUGIN_EVENT_STATISTICS_OUT_COMMENTS_PER_ARTICLE; ?></strong></dt>
-        <dd><?php echo round($comment_count[0] / max($publish_count[0], 1), 2); ?> <?php echo PLUGIN_EVENT_STATISTICS_OUT_COMMENTS_PER_ARTICLE;2 ?></dd>
+        <dd><?php echo round($comment_count[0] / max($publish_count[0], 1), 2); ?> <?php echo PLUGIN_EVENT_STATISTICS_OUT_COMMENTS_PER_ARTICLE2; ?></dd>
         <br />
 
         <dt><strong><?php echo PLUGIN_EVENT_STATISTICS_OUT_TRACKBACKS_PER_ARTICLE; ?></strong></dt>