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

Forgot to put UTF-8 in quotes

parent e8b9f3a8
No related branches found
No related tags found
No related merge requests found
...@@ -605,7 +605,7 @@ class admin { ...@@ -605,7 +605,7 @@ class admin {
echo "\t<tr>\n"; echo "\t<tr>\n";
} }
echo "\t\t<td><a href=\"mailto:{$r['email']}\" title=\"IP: {$r['host']}\">{$r['name']}</a></td>\n"; echo "\t\t<td><a href=\"mailto:{$r['email']}\" title=\"IP: {$r['host']}\">{$r['name']}</a></td>\n";
echo "\t\t<td>".htmlentities($r['body'], ENT_COMPAT, UTF-8)."</td>\n"; echo "\t\t<td>".htmlentities($r['body'], ENT_COMPAT, 'UTF-8')."</td>\n";
echo "\t\t<td><input type=\"radio\" name=\"group[$count]\" value=\"a:{$r['id']}\" /></td>\n"; echo "\t\t<td><input type=\"radio\" name=\"group[$count]\" value=\"a:{$r['id']}\" /></td>\n";
if ($r['spam'] == 't') { if ($r['spam'] == 't') {
echo "\t\t<td><input type=\"radio\" name=\"group[".$count++."]\" value=\"d:{$r['id']}\" checked=\"checked\"/></td>\n"; echo "\t\t<td><input type=\"radio\" name=\"group[".$count++."]\" value=\"d:{$r['id']}\" checked=\"checked\"/></td>\n";
......
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