From 40ad9f8c7964355f56f73fa0c4c5db40750bc023 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 12:16:21 +0000 Subject: more removal of ?> from php files --- demos/personal/protected/Common/LoginPortlet.php | 1 - demos/personal/protected/Common/MainMenu.php | 1 - demos/personal/protected/Pages/Layout.php | 1 - demos/personal/protected/Pages/Register.php | 1 - 4 files changed, 4 deletions(-) (limited to 'demos/personal/protected') diff --git a/demos/personal/protected/Common/LoginPortlet.php b/demos/personal/protected/Common/LoginPortlet.php index 1b93912b..53b8236b 100644 --- a/demos/personal/protected/Common/LoginPortlet.php +++ b/demos/personal/protected/Common/LoginPortlet.php @@ -16,4 +16,3 @@ class LoginPortlet extends TTemplateControl } } -?> \ No newline at end of file diff --git a/demos/personal/protected/Common/MainMenu.php b/demos/personal/protected/Common/MainMenu.php index 5e1e95c0..fd543db0 100644 --- a/demos/personal/protected/Common/MainMenu.php +++ b/demos/personal/protected/Common/MainMenu.php @@ -9,4 +9,3 @@ class MainMenu extends TTemplateControl } } -?> \ No newline at end of file diff --git a/demos/personal/protected/Pages/Layout.php b/demos/personal/protected/Pages/Layout.php index 7f5e5802..cca6371a 100644 --- a/demos/personal/protected/Pages/Layout.php +++ b/demos/personal/protected/Pages/Layout.php @@ -4,4 +4,3 @@ class Layout extends TTemplateControl { } -?> \ No newline at end of file diff --git a/demos/personal/protected/Pages/Register.php b/demos/personal/protected/Pages/Register.php index 26f9aa50..e2416258 100644 --- a/demos/personal/protected/Pages/Register.php +++ b/demos/personal/protected/Pages/Register.php @@ -16,4 +16,3 @@ class Register extends TPage } } -?> \ No newline at end of file -- cgit v1.2.3