]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes...
authorjocuri%softhome.net <>
Tue, 13 Apr 2004 11:18:00 +0000 (11:18 +0000)
committerjocuri%softhome.net <>
Tue, 13 Apr 2004 11:18:00 +0000 (11:18 +0000)
docs/xml/customization.xml

index e52f0a636bf719b9fc72f1ae076d4ce953a1d06b..908b96a4c40962ae822b858eb876c8bee8df3cdf 100644 (file)
         You now need to decide what content type you want your template
         served as. The content types are defined in the
         <filename>Bugzilla/Constants.pm</filename> file in the 
-        <filename>$contenttypes</filename>
-        variable. If your content type is not there, add it. Remember
+        <filename>contenttypes</filename>
+        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.
       </para>