From d8ce41d20778601a4411cd0d4c2fea2f7aacf75b Mon Sep 17 00:00:00 2001 From: messju Date: Thu, 3 Feb 2005 05:05:16 +0000 Subject: [PATCH] fixed comment (thanks to CirTap) --- libs/plugins/function.html_image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/plugins/function.html_image.php b/libs/plugins/function.html_image.php index 7d9239e9..c62b0fea 100644 --- a/libs/plugins/function.html_image.php +++ b/libs/plugins/function.html_image.php @@ -16,7 +16,7 @@ * Input:
* - file = file (and path) of image (required) * - height = image height (optional, default actual height) - * - image =image width (optional, default actual width) + * - width = image width (optional, default actual width) * - basedir = base directory for absolute paths, default * is environment variable DOCUMENT_ROOT *