diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TValidationSummary')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.php b/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.php index 88d2dbf2..1c5efbcf 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.php +++ b/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.php @@ -1,8 +1,8 @@ -<?php
-
-class Home extends TPage
-{
-
-}
-
+<?php + +class Home extends TPage +{ + +} + ?>
\ No newline at end of file |