From d23ea5043c9cce3d55841134ce0ce2aa7a4b6d3b Mon Sep 17 00:00:00 2001 From: natrak <> Date: Fri, 15 Jun 2001 17:20:10 +0000 Subject: - Fixed the help text for attributes (Reported by Kristjan). --- modules/meta.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/meta.module b/modules/meta.module index e8e6fc0dc..8ff9640d8 100644 --- a/modules/meta.module +++ b/modules/meta.module @@ -54,7 +54,7 @@ function meta_form_tag($edit = array()) { global $REQUEST_URI; $form .= form_textfield("Meta-tag name", "name", $edit[name], 50, 64, "Required. The name for this meta-tag. Example: 'Apache'."); - $form .= form_textfield("Attributes", "attributes", $edit[attributes], 50, 64, htmlentities("Required. Format: :;:;. Example: 'software=apache,type=webserver,os=linux,'.")); + $form .= form_textfield("Attributes", "attributes", $edit[attributes], 50, 64, htmlentities("Required. Format: =,=;. Example: 'software=apache,type=webserver,os=linux,'.")); $form .= form_textfield("Collections", "collections", $edit[collections], 50, 64, "Required. A comma-seperated list of collections you want to associate this meta-tag with. Example: 'Software, Internet'"); $form .= form_submit("Submit"); -- cgit v1.2.3