Last modified: 2011-04-25 21:05:18 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 T30691, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 28691 - Uncorrect parsing for multiline list item
Uncorrect parsing for multiline list item
Status: RESOLVED DUPLICATE of bug 9996
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-25 08:47 UTC by oyaebu
Modified: 2011-04-25 21:05 UTC (History)
1 user (show)

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


Attachments

Description oyaebu 2011-04-25 08:47:12 UTC
: {{pl|1= lalala

lallaal}}

converts as

<dl>
<dd><i>[[:pl:lalala</i></dd>
</dl>
<p>lallaal|lalala</p>
<p>lallaal]]</p>


And

: {{pl|1= <div>lalala

lallaal</div>}}

converts as 

<dl>
<dd><i>[[:pl:</i>
<div><i>lalala</i></div>
</dd>
</dl>
<p>lallaal|</p>
<div>lalala lallaal</div>
<p>]]</p>


It can make page unreadable.
Comment 1 Mark A. Hershberger 2011-04-25 21:05:18 UTC
As Brion says in the dupe: "The general issue is that wiki lists are line-based markup"

*** This bug has been marked as a duplicate of bug 9996 ***

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


Navigation
Links