https://bugzilla.wikimedia.org/show_bug.cgi?id=53043

       Web browser: ---
            Bug ID: 53043
           Summary: <div></div> block generates <p>
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Unprioritized
         Component: Skin and page rendering
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

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 ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to