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/helloworld/index.php | 1 - demos/helloworld/protected/pages/Home.php | 1 - 2 files changed, 2 deletions(-) (limited to 'demos/helloworld') diff --git a/demos/helloworld/index.php b/demos/helloworld/index.php index 6efff1af..0192f1cb 100644 --- a/demos/helloworld/index.php +++ b/demos/helloworld/index.php @@ -15,4 +15,3 @@ require_once($frameworkPath); $application=new TApplication; $application->run(); -?> \ No newline at end of file diff --git a/demos/helloworld/protected/pages/Home.php b/demos/helloworld/protected/pages/Home.php index 36eb2032..ab85282f 100644 --- a/demos/helloworld/protected/pages/Home.php +++ b/demos/helloworld/protected/pages/Home.php @@ -8,4 +8,3 @@ class Home extends TPage } } -?> \ No newline at end of file -- cgit v1.2.3