diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-15 19:03:29 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-15 19:03:29 +0100 |
commit | fa51a0a2e3ce4ec4a82a5d2f53fbd50cfcb16528 (patch) | |
tree | c7e8326aec8b19edbb82c1a7be678bb5bffdbfec /framework/Web/UI | |
parent | ae49488b23722b4e56b18b0492da2f855119d1ae (diff) |
Removed ?> from buildscripts and demos
Diffstat (limited to 'framework/Web/UI')
-rw-r--r-- | framework/Web/UI/TClientScriptManager.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index ad7d226e..4bef0e08 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -363,7 +363,6 @@ class TClientScriptManager extends TApplicationComponent * $this->Page->ClientScript->registerStyleSheetFile($url, $url); * } * } - * ?> * </code> * * @param string a unique key identifying the file |