Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
1b19c08c
Commit
1b19c08c
authored
Sep 27, 2002
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 170822 - Linkification process destroys whitespace. Patch by gerv; r=bbaetz.
parent
37dc5c77
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
6 deletions
+17
-6
linked.html.tmpl
template/en/default/pages/linked.html.tmpl
+16
-5
linkify.html.tmpl
template/en/default/pages/linkify.html.tmpl
+1
-1
No files found.
template/en/default/pages/linked.html.tmpl
View file @
1b19c08c
...
...
@@ -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><pre></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 %]
template/en/default/pages/linkify.html.tmpl
View file @
1b19c08c
...
...
@@ -29,7 +29,7 @@
</p>
<form action="page.cgi" method="post">
<textarea cols="80" rows="20" name="text"></textarea>
<textarea cols="80" rows="20" name="text"
wrap="hard"
></textarea>
<br>
<input type="hidden" name="id" value="linked.html">
<input value="Linkify" type="submit">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment