diff options
author | knut <> | 2008-08-18 08:34:15 +0000 |
---|---|---|
committer | knut <> | 2008-08-18 08:34:15 +0000 |
commit | 22c015c995c884cafcbf7a0594684b85b197162d (patch) | |
tree | 72e68fa4411098b7ca2c3dcd7e17ddc505e86b85 | |
parent | f738ddc97c7f91b723227473ea77be18e1c5ac7d (diff) |
minor fix in doc of last checkin
-rw-r--r-- | framework/Web/UI/TClientScriptManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index 0baaafa2..83fdf789 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -351,6 +351,7 @@ class TClientScriptManager extends TApplicationComponent * $this->Page->ClientScript->registerStyleSheetFile($url, $url); * } * } + * ?> * </code> * * @param string a unique key identifying the file |