diff options
author | jocuri%softhome.net <> | 2004-04-13 13:18:00 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-04-13 13:18:00 +0200 |
commit | cf10ad85129db0ec6de44c48689582966b180507 (patch) | |
tree | c561c7b7de6056cd35b39675fbb1265510b15524 | |
parent | 8e6a18c454fbb31743b7533f744049134c4f353c (diff) | |
download | bugzilla-cf10ad85129db0ec6de44c48689582966b180507.tar.gz bugzilla-cf10ad85129db0ec6de44c48689582966b180507.tar.xz |
Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes variable in Constants.pm.
-rw-r--r-- | docs/xml/customization.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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> |