From: jocuri%softhome.net <> Date: Wed, 29 Dec 2004 05:51:59 +0000 (+0000) Subject: Documentation patch for bug 274220: Provide additional documentation about creating... X-Git-Tag: bugzilla-2.18~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faff95ef2546d1bc413f3ce6ee3266fb850bfb1f;p=thirdparty%2Fbugzilla.git Documentation patch for bug 274220: Provide additional documentation about creating custom templates; patch by Shane H. W. Travis , r=vladd. --- diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index 6b6dabb9e2..14ac3f86a6 100644 --- a/docs/xml/customization.xml +++ b/docs/xml/customization.xml @@ -341,7 +341,7 @@ the form in order to make the template functional. Its value should be the suffix of the template filename. For example, if the file is called create-cust.html.tmpl, then - <input type="hidden" name="format" value="cust"> + <input type="hidden" name="format" value="cust"> should be used inside the form.