Opened 14 years ago
Closed 14 years ago
#14689 closed defect (bug) (worksforme)
Theme editor converts \00BB \0020 into 0BB �020 broking the css
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0.1 |
Component: | Editor | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
Using the WP in-build theme editor, I've just realized that if I add to the style.css:
content: "\00BB \0020"
Once you updated the file, WP converts it to 0BB �020, which most browsers are unable to handle, causing css not to load property (gecko browsers are the only one that handle this with no error).
This is a big problem since the default theme use
content: "\00BB \0020" in its css.
Wordpress 3.0.1
Firefox 4b4 under MacOS 10.6.4
Change History (3)
Note: See
TracTickets for help on using
tickets.
Nullbyte Injection?