diff options
author | jocuri%softhome.net <> | 2008-04-04 13:47:49 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2008-04-04 13:47:49 +0200 |
commit | 1116a167cc4e5dd9a578ec77b3b99c8fb060898f (patch) | |
tree | 09f7fd1dbab7ceeb934d127e11f87c97944880e4 | |
parent | 798a65fe486e33a62a947a8669d397a9139d9448 (diff) | |
download | bugzilla-1116a167cc4e5dd9a578ec77b3b99c8fb060898f.tar.gz bugzilla-1116a167cc4e5dd9a578ec77b3b99c8fb060898f.tar.xz |
Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes variable in Constants.pm.
-rw-r--r-- | docs/en/xml/customization.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index e52f0a636..908b96a4c 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/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 <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> |