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

           Summary: Data URL embedding is not tolerant of spaces
           Product: MediaWiki
           Version: 1.17
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Resource Loader
        AssignedTo: tpars...@wikimedia.org
        ReportedBy: roan.katt...@gmail.com
                CC: roan.katt...@gmail.com
            Blocks: 26611


The data URL embedding code recognizes url(foo) , url('foo') and url("foo"),
but it doesn't recognize url( foo ) . It should tolerate an arbitrary amount of
whitespace (i.e \s+ ) both immediately before and immediately after each
parenthesis.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to