From 5c2fab49982f1d55bf7b7037ae797813b8fa59c9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 9 Oct 2018 15:16:00 +0800 Subject: [PATCH] EventView.php --- EventView.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/EventView.php b/EventView.php index a8d733f..1d57235 100644 --- a/EventView.php +++ b/EventView.php @@ -88,14 +88,15 @@ class Pman_Admin_EventView extends Pman } $filesJ = json_decode(file_get_contents($file)); if (!empty($filesJ->FILES )) { - - echo '
Download files
'; + echo "

Download files:

"; } -- 2.39.2