summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2012-07-25 18:25:04 +0200
committerMichael Hamann <michael@content-space.de>2012-07-25 18:25:04 +0200
commitb3d1090ed94469e7a1f38c0352a8a4184a6ac846 (patch)
tree58eed3f15fba2fe1fcab0e76b7337cba0fc6cf75 /inc/html.php
parent0686da461503e8b1161e3aaedbb8a42795e1f095 (diff)
downloadrpg-b3d1090ed94469e7a1f38c0352a8a4184a6ac846.tar.gz
rpg-b3d1090ed94469e7a1f38c0352a8a4184a6ac846.tar.bz2
Fix type declarations in some PHPDoc comments
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index 83e1f3643..410b59e49 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1810,7 +1810,7 @@ function html_form_output($data) {
* @param array $flashvars - parameters to be passed in the flashvar parameter
* @param array $atts - additional attributes for the <object> tag
* @param string $alt - alternative content (is NOT automatically escaped!)
- * @returns string - the XHTML markup
+ * @return string - the XHTML markup
*/
function html_flashobject($swf,$width,$height,$params=null,$flashvars=null,$atts=null,$alt=''){
global $lang;