Last modified: 2010-05-15 15:41:13 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T9421, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7421 - showing a <pre>-box in article, but not in editing
showing a <pre>-box in article, but not in editing
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.7.x
PC Windows XP
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-09-27 13:00 UTC by Markus Herrmann
Modified: 2010-05-15 15:41 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Markus Herrmann 2006-09-27 13:00:05 UTC
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
Comment 1 Aryeh Gregor (not reading bugmail, please e-mail directly) 2006-09-28 01:56:25 UTC
Lines begun with a space are stuck in <pre>.  See [[m:Help:Editing]].  Don't
indent your HTML tags.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links