Last modified: 2013-08-19 15:49:43 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 T55043, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 53043 - <div></div> block generates <p>
<div></div> block generates <p>
Status: RESOLVED DUPLICATE of bug 9207
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Unprioritized minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-19 15:29 UTC by Jean-Charles
Modified: 2013-08-19 15:49 UTC (History)
3 users (show)

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


Attachments

Description Jean-Charles 2013-08-19 15:29:06 UTC
Text on the same line than an opening or closing 'div' tag exclude said line from generated <p></p> block

For example :

<div>line1
line2
line3
line4
line5
</div>

Generates :

<div>
line1
<p>line2 line3 line4 line5 </p>
</div>

1) Is the <p></p> generation a bug or a feature ?
1) If not a bug, is this single line exclusion a bug or feature ?
Comment 1 Bartosz Dziewoński 2013-08-19 15:49:43 UTC
This is an "ascended bug" – that behavior probably wasn't intended, but now so many pages depend on it that changing it is practically impossible.

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

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


Navigation
Links