summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/customization.xml
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-04-04 13:47:59 +0200
committerlpsolit%gmail.com <>2008-04-04 13:47:59 +0200
commit419f31408a7261bb6c9a2342e7c071666306fd25 (patch)
treeb87f0c08f6d8a9b1c4ad1b5117bfa4609fcaf46a /docs/en/xml/customization.xml
parent39a18aeef85cd6e22fc6fdf5c8db5ae7414657b4 (diff)
downloadbugzilla-419f31408a7261bb6c9a2342e7c071666306fd25.tar.gz
bugzilla-419f31408a7261bb6c9a2342e7c071666306fd25.tar.xz
Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Diffstat (limited to 'docs/en/xml/customization.xml')
-rw-r--r--docs/en/xml/customization.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml
index 49b73319e..37c64cca0 100644
--- a/docs/en/xml/customization.xml
+++ b/docs/en/xml/customization.xml
@@ -202,7 +202,7 @@
<para>
To see if a CGI supports multiple output formats and types, grep the
- CGI for <quote>GetFormat</quote>. If it's not present, adding
+ CGI for <quote>get_format</quote>. If it's not present, adding
multiple format/type support isn't too hard - see how it's done in
other CGIs, e.g. config.cgi.
</para>