EventView.php
authorAlan Knowles <alan@roojs.com>
Tue, 9 Oct 2018 07:11:40 +0000 (15:11 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Oct 2018 07:11:40 +0000 (15:11 +0800)
EventView.php

index 0eab0a5..bb6794c 100644 (file)
@@ -76,7 +76,7 @@ class Pman_Admin_EventView extends Pman
         
         if (!empty($ev->remarks)) {
             echo "<HR><H2>Remarks:</H2>";
-            echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
+            echo '<PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
         }