summaryrefslogtreecommitdiff
path: root/demos/helloworld
diff options
context:
space:
mode:
Diffstat (limited to 'demos/helloworld')
-rw-r--r--demos/helloworld/index.php1
-rw-r--r--demos/helloworld/protected/pages/Home.php1
2 files changed, 0 insertions, 2 deletions
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