Make WordPress Core

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: nukeador's profile nukeador 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)

#1 @nukeador
14 years ago

  • Cc nukeador added

#2 @hakre
14 years ago

Nullbyte Injection?

#3 @dd32
14 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.