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

       Web browser: ---
             Bug #: 30732
           Summary: remove duplicate space-separated attribute values from
                    wikitext
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Parser
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


The following wikitext should be shortend in the output by removing the
duplicate part from class

from:
<div class="foo bar foo">div</div>
to:
<div class="foo bar">div</div>

This is in addition to r96170, which implement this for the HTML helper
function in MediaWiki. Maybe it is possible to move parts of that to the
Sanitizer class.

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