mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes variable in Constants.pm.
This commit is contained in:
parent
51bc81fa8a
commit
b885b4fa30
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user