From: gerv%gerv.net <> Date: Fri, 27 Sep 2002 06:31:52 +0000 (+0000) Subject: Bug 170822 - Linkification process destroys whitespace. Patch by gerv; r=bbaetz. X-Git-Tag: bugzilla-2.17.1~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b19c08c0ea4a3bdac06fae889d4a8dc257c802a;p=thirdparty%2Fbugzilla.git Bug 170822 - Linkification process destroys whitespace. Patch by gerv; r=bbaetz. --- diff --git a/template/en/default/pages/linked.html.tmpl b/template/en/default/pages/linked.html.tmpl index 8c854e2bd8..c3d02885c6 100644 --- a/template/en/default/pages/linked.html.tmpl +++ b/template/en/default/pages/linked.html.tmpl @@ -26,18 +26,29 @@ Copy and paste the text below:
+- - [% quoteUrls(form.text) FILTER html %] - +
+[%- quoteUrls(form.text) FILTER html -%] ++
- It will end up looking like this: + If you place it in <pre> tags, + the text will end up looking like this:
+- [% quoteUrls(form.text) %] +
+[%- quoteUrls(form.text) -%] ++