From 19fa9e1f3757975529df1e7f341f6fa3e82e8284 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 5 May 2013 13:22:19 +0200 Subject: [PATCH] staticpage changed wrong place of ending form tag --- serendipity_event_staticpage/ChangeLog | 2 ++ serendipity_event_staticpage/serendipity_event_staticpage.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/serendipity_event_staticpage/ChangeLog b/serendipity_event_staticpage/ChangeLog index 7b319d48..ea4d52c3 100644 --- a/serendipity_event_staticpage/ChangeLog +++ b/serendipity_event_staticpage/ChangeLog @@ -1,3 +1,5 @@ +4.03 changed wrong place of ending form tag + 4.02 Removed some & references, trying to fix issues with more recent PHP versions and core dumps / memory corruption 4.01 PHP 5.4 compat reference fix (~L 1097) diff --git a/serendipity_event_staticpage/serendipity_event_staticpage.php b/serendipity_event_staticpage/serendipity_event_staticpage.php index cf48113e..8aefcb43 100644 --- a/serendipity_event_staticpage/serendipity_event_staticpage.php +++ b/serendipity_event_staticpage/serendipity_event_staticpage.php @@ -92,7 +92,7 @@ class serendipity_event_staticpage extends serendipity_event $propbag->add('page_configuration', $this->config); $propbag->add('type_configuration', $this->config_types); $propbag->add('author', 'Marco Rinck, Garvin Hicking, David Rolston, Falk Doering, Stephan Manske, Pascal Uhlmann, Ian, Don Chambers'); - $propbag->add('version', '4.02'); + $propbag->add('version', '4.03'); $propbag->add('requirements', array( 'serendipity' => '1.3', 'smarty' => '2.6.7', @@ -2051,8 +2051,8 @@ class serendipity_event_staticpage extends serendipity_event $this->showForm($this->config, $this->staticpage); } + echo "\n"; echo ''; - echo ''; break;