Opened 3 years ago

Closed 2 years ago

#14689 closed defect (bug) (worksforme)

Theme editor converts \00BB \0020 into 0BB �020 broking the css

Reported by: nukeador Owned by:
Priority: normal Milestone:
Component: Editor Version: 3.0.1
Severity: normal Keywords: reporter-feedback
Cc: nukeador

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)

  • Cc nukeador added

Nullbyte Injection?

comment:3   dd322 years ago

  • Keywords reporter-feedback added; theme editor css removed
  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Worksforme.. May need some extra information on the character set in use by the browser and the server..

Note: See TracTickets for help on using tickets.