From d37e78995ad2397fdc02474495867e14752934bb Mon Sep 17 00:00:00 2001 From: Denis Walker <dez@sucs.org> Date: Sat, 9 Jul 2011 23:29:21 +0000 Subject: [PATCH] And I have spam on the brain - corrected to span --- lib/blog/admin.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blog/admin.lib.php b/lib/blog/admin.lib.php index 0a0eb69..a0c493c 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</spam></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 "<form action=\"{$this->adminPath}updatecomments/\" method=\"post\">\n"; echo "<table class=\"td\">\n"; $post = ''; -- GitLab