Page MenuHomePhabricator

showing a <pre>-box in article, but not in editing
Closed, InvalidPublic

Description

Author: herrmanm

Description:
here is the text typed in the editing box:
"
(...)

Header

<table border>
<tr>
(...)
"

and what it shows is a lot of "</tr>" tags in a code box.

this is the sourcecode by right clicking in my firefox:
"
<a name="Header"></a><h2>Header</h2>
<pre>&lt;/tr&gt;
</pre>
&lt;/tr&gt;
<pre>&lt;/tr&gt;
&lt;/tr&gt;
</pre>
<pre>&lt;/tr&gt;
</pre>
<pre>&lt;/tr&gt;
</pre>
<table border="1">
"

you see a lot of pre-tags, and in the article you see a lot of tr-tags. here is
a screenshot:
http://www.gude-laune.com/images/wiki_bug.jpg

thanks for help
sry for my english :-X


Version: 1.7.x
Severity: normal
OS: Windows XP
Platform: PC

Details

Reference
bz7421

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:22 PM
bzimport set Reference to bz7421.
bzimport added a subscriber: Unknown Object (MLST).

ayg wrote:

Lines begun with a space are stuck in <pre>. See [[m:Help:Editing]]. Don't
indent your HTML tags.