From cf10ad85129db0ec6de44c48689582966b180507 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 13 Apr 2004 11:18:00 +0000 Subject: Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes variable in Constants.pm. --- docs/xml/customization.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/xml/customization.xml') diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index e52f0a636..908b96a4c 100644 --- a/docs/xml/customization.xml +++ b/docs/xml/customization.xml @@ -185,8 +185,8 @@ You now need to decide what content type you want your template served as. The content types are defined in the Bugzilla/Constants.pm file in the - $contenttypes - variable. If your content type is not there, add it. Remember + contenttypes + constant. If your content type is not there, add it. Remember the three- or four-letter tag assigned to you content type. This tag will be part of the template filename. -- cgit v1.2.3-24-g4f1b