From: Alan Knowles Date: Tue, 9 Oct 2018 07:11:40 +0000 (+0800) Subject: EventView.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=0b904be9bb47aa6dad192557e589442b684d1225 EventView.php --- diff --git a/EventView.php b/EventView.php index 0eab0a5..bb6794c 100644 --- a/EventView.php +++ b/EventView.php @@ -76,7 +76,7 @@ class Pman_Admin_EventView extends Pman if (!empty($ev->remarks)) { echo "

Remarks:

"; - echo '
'. htmlspecialchars($ev->remarks) . '
'; + echo '
'. htmlspecialchars($ev->remarks) . '
'; }