From 48eb0fbd9b8d89637f3b7196895134fad26025a4 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 22 Mar 2012 12:38:53 +0100 Subject: [PATCH] Minor adding class well in the "date" plugin --- plugin/date/index.dsp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 plugin/date/index.dsp.php diff --git a/plugin/date/index.dsp.php b/plugin/date/index.dsp.php old mode 100755 new mode 100644 index 62b4fe5e97..20c5e7d558 --- a/plugin/date/index.dsp.php +++ b/plugin/date/index.dsp.php @@ -6,4 +6,4 @@ /** * Display */ -echo " ".strip_tags($date); ?> +echo '
'.strip_tags($date).'
'; \ No newline at end of file