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

           Summary: Line breaks introduced when nesting nowiki within code
                    tags.
           Product: MediaWiki
           Version: 1.15.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: Page rendering
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Steps:

* Edit or create a page.
* Enter a line like this:

<code><nowiki>Test string.</pre></code>

* Save the page.
* Edit the page again.

Bug:

Page now looks like this:

<code>
<nowiki>Test string.</pre> </code>

Each subsequent edit/save adds a new line between the opening code and nowiki
tags:

<code>

<nowiki>Test string.</pre></code>

-- 
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