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

       Web browser: ---
             Bug #: 41225
           Summary: Double quotes are turned into single quotes when the
                    element is not accepted as HTML
           Product: Parsoid
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


On http://parsoid.wmflabs.org/_wikitext/

Input:

<a title="1"></a>

Output:

<a title='1'></a>

Expected:

<a title="1"></a>

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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