summaryrefslogtreecommitdiff
path: root/demos/helloworld/protected/pages/Home.php
diff options
context:
space:
mode:
Diffstat (limited to 'demos/helloworld/protected/pages/Home.php')
-rw-r--r--demos/helloworld/protected/pages/Home.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/demos/helloworld/protected/pages/Home.php b/demos/helloworld/protected/pages/Home.php
index 16174b2e..36eb2032 100644
--- a/demos/helloworld/protected/pages/Home.php
+++ b/demos/helloworld/protected/pages/Home.php
@@ -1,11 +1,11 @@
-<?php
-
-class Home extends TPage
-{
- public function buttonClicked($sender,$param)
- {
- $sender->Text='Hello world!';
- }
-}
-
+<?php
+
+class Home extends TPage
+{
+ public function buttonClicked($sender,$param)
+ {
+ $sender->Text='Hello world!';
+ }
+}
+
?> \ No newline at end of file