Skip to content
Snippets Groups Projects
Commit d37e7899 authored by Denis Walker's avatar Denis Walker
Browse files

And I have spam on the brain - corrected to span

parent d10ce2db
No related branches found
No related tags found
No related merge requests found
...@@ -571,7 +571,7 @@ class admin { ...@@ -571,7 +571,7 @@ class admin {
echo "<div class=\"entry\">\n"; echo "<div class=\"entry\">\n";
echo "<h2>Comments Pending Approval</h2>\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>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 "<form action=\"{$this->adminPath}updatecomments/\" method=\"post\">\n";
echo "<table class=\"td\">\n"; echo "<table class=\"td\">\n";
$post = ''; $post = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment