summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/linkify.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/pages/linkify.html.tmpl')
-rw-r--r--template/en/default/pages/linkify.html.tmpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/en/default/pages/linkify.html.tmpl b/template/en/default/pages/linkify.html.tmpl
index dd45c8fe2..e205707e4 100644
--- a/template/en/default/pages/linkify.html.tmpl
+++ b/template/en/default/pages/linkify.html.tmpl
@@ -20,17 +20,18 @@
# Gervase Markham <gerv@gerv.net>
#%]
+[% PROCESS global/variables.none.tmpl %]
[% INCLUDE global/header.html.tmpl title = "Linkify Text" %]
<p>
- If you enter some text, this form will return it marked up like a
- standard Bugzilla comment. That is, valid bug numbers, URLs, email addresses
- and so on will be replaced with appropriate HTML links.
+ If you enter some text, this form will return it marked up like a
+ standard [% terms.Bugzilla %] comment. That is, valid [% terms.bug %] numbers,
+ URLs, email addresses and so on will be replaced with appropriate HTML links.
</p>
<form action="page.cgi" method="post">
<textarea cols="80" rows="20" name="text" wrap="hard"></textarea>
- <br>
+ <br>
<input type="hidden" name="id" value="linked.html">
<input value="Linkify" type="submit">
</form>