diff --git a/lib/blog/admin.lib.php b/lib/blog/admin.lib.php index a0c493c465fd0e895ef4064e33f0da8d496fe201..8157e449c3846d979fe45b6cd401ccb37db7e37f 100644 --- a/lib/blog/admin.lib.php +++ b/lib/blog/admin.lib.php @@ -571,7 +571,7 @@ class admin { echo "<div class=\"entry\">\n"; echo "<h2>Comments Pending Approval</h2>\n"; echo "<p>The comments in red are probably spam. They are premarked to be deleted for your convience.</p>\n"; -echo "<p><strong>Because of the large amount of spam and limited use the Blog system currently gets, all comments are defaulted to spam at present. <span style=\"color: red;\">Exercise caution</span></p>\n"; +echo "<p><strong>Because of the large amount of spam and limited use the Blog system currently gets, all comments are defaulted to spam at present. <span style=\"color: red;\">Exercise caution</span></strong></p>\n"; echo "<form action=\"{$this->adminPath}updatecomments/\" method=\"post\">\n"; echo "<table class=\"td\">\n"; $post = '';