summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/linked.html.tmpl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2004-04-15 14:44:47 +0200
committerjustdave%syndicomm.com <>2004-04-15 14:44:47 +0200
commitbfa503a07fb840d32369a3399821c71dd380445f (patch)
tree57a3cd3ab0ac597bcde6182ad9147c994f44c115 /template/en/default/pages/linked.html.tmpl
parentf967249484892a3ab49b3b369b0f6995fee60288 (diff)
downloadbugzilla-bfa503a07fb840d32369a3399821c71dd380445f.tar.gz
bugzilla-bfa503a07fb840d32369a3399821c71dd380445f.tar.xz
Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.
a=justdave
Diffstat (limited to 'template/en/default/pages/linked.html.tmpl')
-rw-r--r--template/en/default/pages/linked.html.tmpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/template/en/default/pages/linked.html.tmpl b/template/en/default/pages/linked.html.tmpl
index fcb5ee9d0..2a3521a35 100644
--- a/template/en/default/pages/linked.html.tmpl
+++ b/template/en/default/pages/linked.html.tmpl
@@ -21,8 +21,6 @@
#%]
[% INCLUDE global/header.html.tmpl title = "Your Linkified Text" %]
-[% USE Bugzilla %]
-[% cgi = Bugzilla.cgi %]
<p>
Copy and paste the text below:
@@ -32,7 +30,7 @@
<p>
<pre>
-[%- cgi.param("text") FILTER quoteUrls FILTER html -%]
+[%- form.text FILTER quoteUrls FILTER html -%]
</pre>
</p>
@@ -47,7 +45,7 @@
<p>
<pre>
-[%- cgi.param("text") FILTER quoteUrls -%]
+[%- form.text FILTER quoteUrls -%]
</pre>
</p>