summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/linked.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/pages/linked.html.tmpl')
-rw-r--r--template/en/default/pages/linked.html.tmpl21
1 files changed, 16 insertions, 5 deletions
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:
</p>
+<hr>
+
<p>
- <tt>
- [% quoteUrls(form.text) FILTER html %]
- </tt>
+<pre>
+[%- quoteUrls(form.text) FILTER html -%]
+</pre>
</p>
+<hr>
+
<p>
- It will end up looking like this:
+ If you place it in <tt>&lt;pre&gt;</tt> tags,
+ the text will end up looking like this:
</p>
+<hr>
+
<p>
- [% quoteUrls(form.text) %]
+<pre>
+[%- quoteUrls(form.text) -%]
+</pre>
</p>
+<hr>
+
[% INCLUDE global/footer.html.tmpl %]