summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVladimir Panteleev <github.private@thecybershadow.net>2018-03-16 02:48:41 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-16 02:48:41 +0100
commite1f49345ba1055a9d2f365760da9ede4ed4d7498 (patch)
tree1eabd11c2514585be90d2d9fc432af73d67222f2 /docs
parent2ae49b9b672b8e14aaeaa1221992cd3f97c039ef (diff)
downloadbugzilla-e1f49345ba1055a9d2f365760da9ede4ed4d7498.tar.gz
bugzilla-e1f49345ba1055a9d2f365760da9ede4ed4d7498.tar.xz
Bug 1446236 - docs/en/rst/integrating/templates.rst: Fix a typo
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/integrating/templates.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/integrating/templates.rst b/docs/en/rst/integrating/templates.rst
index b477a9553..ee2c08e92 100644
--- a/docs/en/rst/integrating/templates.rst
+++ b/docs/en/rst/integrating/templates.rst
@@ -262,7 +262,7 @@ customizing for your installation.
It needs a couple of lines of boilerplate at the top like this::
[% USE Bugzilla %]
- [% cgi = Bugzilla.cgi %
+ [% cgi = Bugzilla.cgi %]
Then, this template can reference the form fields you have created using
the syntax ``[% cgi.param("field_name") %]``. When a bug report is