]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch by Frédé...
authorlpsolit%gmail.com <>
Fri, 4 Apr 2008 11:47:59 +0000 (11:47 +0000)
committerlpsolit%gmail.com <>
Fri, 4 Apr 2008 11:47:59 +0000 (11:47 +0000)
docs/en/xml/customization.xml

index 49b73319e24e498cc8e7beb6dcf8f603a757c0ab..37c64cca0d4410b34835e0ee4caecf620f35d1b8 100644 (file)
       
       <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>