format text for image reports
This commit is contained in:
parent
8ea25a4e90
commit
639a1bc3cd
@ -79,13 +79,13 @@ class ReportImageTheme extends Themelet {
|
||||
if($public == "both") {
|
||||
$html .= html_escape(User::by_id($report->user_id)->name);
|
||||
$html .= " - ";
|
||||
$html .= html_escape($report->reason);
|
||||
$html .= format_text($report->reason);
|
||||
}
|
||||
elseif($public == "user") {
|
||||
$html .= html_escape(User::by_id($report->user_id)->name);
|
||||
}
|
||||
elseif($public == "reason") {
|
||||
$html .= html_escape($report->reason);
|
||||
$html .= format_text($report->reason);
|
||||
}
|
||||
}
|
||||
$html .= "<p>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user