From aa46318265cf588df667d4828e789aeb3a37527e Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sat, 17 Apr 2004 11:41:14 +0000 Subject: Bug 238865: removing %::FORM from page.cgi in favor of $cgi->param Patch by kiko, r=vlad, justdave, a=justdave --- template/en/default/pages/linked.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'template/en/default/pages/linked.html.tmpl') diff --git a/template/en/default/pages/linked.html.tmpl b/template/en/default/pages/linked.html.tmpl index 2a3521a35..fcb5ee9d0 100644 --- a/template/en/default/pages/linked.html.tmpl +++ b/template/en/default/pages/linked.html.tmpl @@ -21,6 +21,8 @@ #%] [% INCLUDE global/header.html.tmpl title = "Your Linkified Text" %] +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %]

Copy and paste the text below: @@ -30,7 +32,7 @@

-[%- form.text FILTER quoteUrls FILTER html -%]
+[%- cgi.param("text") FILTER quoteUrls FILTER html -%]
 

@@ -45,7 +47,7 @@

-[%- form.text FILTER quoteUrls -%]
+[%- cgi.param("text") FILTER quoteUrls -%]
 

-- cgit v1.2.3-24-g4f1b