From 1b19c08c0ea4a3bdac06fae889d4a8dc257c802a Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 27 Sep 2002 06:31:52 +0000 Subject: Bug 170822 - Linkification process destroys whitespace. Patch by gerv; r=bbaetz. --- template/en/default/pages/linked.html.tmpl | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 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 8c854e2bd..c3d02885c 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) -%]
+

+
+ [% INCLUDE global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b