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

           Summary: html comment at begin of page leaves newline
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Page rendering
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The html comment at the begin of a page, leaves a newline and this newline can
produce a paragraf.

The wikitext:

<!--comment--><newline>
<newline>
text

produce a paragraf at the top of page and is parsed the same way than

<newline>
<newline>
text

But it better to parse it like

<newline>
text

and produce no paragraf.

Thanks.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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