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

             Bug #: 28538
           Summary: Wrong HTML when italics are mixed with quotes
           Product: MediaWiki
           Version: wikimedia-deployment
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Low
         Component: Page rendering
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


While editing [[Absorbing element]] I was expecting the equality
    ''z'' = ''z''*''z''' = ''z'''
to be rendered as
    <i>z</i> = <i>z</i> * <i>z</i>' = <i>z</i>'
and not as
    <i>z</i> = <i>z</i> * <i>z <b>=</b></i> <b>z</b>

The problem seems to be related to Bug 13227, but I'm not sure, so I'm
reporting it in this new bug.

For now, I've changed the code to latex markup,
   <math>z = z*z' = z'</math>
, which works fine and if I choose the option "Recommended for modern browsers"
in [[Special:Preferences#preftab-1]], the resulting HTML is the one I was
expecting to get using wiki markup.

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