diff options
author | ctrlaltca <> | 2012-07-12 12:16:21 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-07-12 12:16:21 +0000 |
commit | 40ad9f8c7964355f56f73fa0c4c5db40750bc023 (patch) | |
tree | a4c472da264f6ce05025abcda38aa504a0f4fc83 /demos/quickstart/protected/controls | |
parent | 712729aa2f9b5e491e78f29b8f779f8b40a67ba4 (diff) |
more removal of ?> from php files
Diffstat (limited to 'demos/quickstart/protected/controls')
8 files changed, 0 insertions, 8 deletions
diff --git a/demos/quickstart/protected/controls/DocLink.php b/demos/quickstart/protected/controls/DocLink.php index 12b8e898..b1043821 100644 --- a/demos/quickstart/protected/controls/DocLink.php +++ b/demos/quickstart/protected/controls/DocLink.php @@ -28,4 +28,3 @@ class DocLink extends THyperLink } } -?>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/Layout.php b/demos/quickstart/protected/controls/Layout.php index 5106a72b..868b10b4 100644 --- a/demos/quickstart/protected/controls/Layout.php +++ b/demos/quickstart/protected/controls/Layout.php @@ -45,4 +45,3 @@ class Layout extends TTemplateControl } } -?>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/RequiresVersion.php b/demos/quickstart/protected/controls/RequiresVersion.php index c5dc37ec..e80962bb 100644 --- a/demos/quickstart/protected/controls/RequiresVersion.php +++ b/demos/quickstart/protected/controls/RequiresVersion.php @@ -13,4 +13,3 @@ class RequiresVersion extends TTemplateControl } } -?>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/RunBar.php b/demos/quickstart/protected/controls/RunBar.php index 4db016be..30013ac3 100644 --- a/demos/quickstart/protected/controls/RunBar.php +++ b/demos/quickstart/protected/controls/RunBar.php @@ -20,4 +20,3 @@ class RunBar extends TTemplateControl } } -?>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/SampleLayout.php b/demos/quickstart/protected/controls/SampleLayout.php index a2d6f658..d8bd5552 100644 --- a/demos/quickstart/protected/controls/SampleLayout.php +++ b/demos/quickstart/protected/controls/SampleLayout.php @@ -10,4 +10,3 @@ class SampleLayout extends TTemplateControl } } -?>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/SearchBox.php b/demos/quickstart/protected/controls/SearchBox.php index e13d5e46..167b586f 100644 --- a/demos/quickstart/protected/controls/SearchBox.php +++ b/demos/quickstart/protected/controls/SearchBox.php @@ -38,4 +38,3 @@ class SearchBox extends TTemplateControl } } -?>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/SinceVersion.php b/demos/quickstart/protected/controls/SinceVersion.php index db73275b..916804ce 100644 --- a/demos/quickstart/protected/controls/SinceVersion.php +++ b/demos/quickstart/protected/controls/SinceVersion.php @@ -13,4 +13,3 @@ class SinceVersion extends TTemplateControl } } -?>
\ No newline at end of file diff --git a/demos/quickstart/protected/controls/TopicList.php b/demos/quickstart/protected/controls/TopicList.php index eb5976a9..29208bac 100644 --- a/demos/quickstart/protected/controls/TopicList.php +++ b/demos/quickstart/protected/controls/TopicList.php @@ -5,4 +5,3 @@ class TopicList extends TTemplateControl } -?>
\ No newline at end of file |