From bcd0882e3591341f4908d039c908dd734ab56c21 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 24 Jul 2014 16:38:40 -0400 Subject: [PATCH] Minor edit to static calendar page Removed an overseen ?> that was added during testing --- static/10.phtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/10.phtml b/static/10.phtml index 5c0576a..02393f8 100755 --- a/static/10.phtml +++ b/static/10.phtml @@ -22,6 +22,4 @@ if (defined('COMMON_EVENTS') && COMMON_EVENTS) { Toolkit_Database::getInstance() ); echo $events->toHTML($this->keywordReplacement); -} - -?> \ No newline at end of file +} \ No newline at end of file -- 2.17.1