Search and Top Navigation
#6920 closed bug (duplicate)
Opened February 01, 2011 01:00AM UTC
Closed February 01, 2011 01:35AM UTC
Last modified February 01, 2011 01:35AM UTC
Adding quotes to the Font Family in the ThemeRoller causes broken CSS (too many addslashes)
Reported by: | 3ctim | Owned by: | jquery-infrastructure |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | [meta] ui.themeroller | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In the Themeroller: http://jqueryui.com/themeroller/
Under Font Settings > "Family" enter in the value:
'Helvetica Neue',Arial,sans-serif
This works as intended, and the CSS/text on screen updates properly.
Now download the Theme. The css output ends up looking something like this:
/* Component containers ----------------------------------*/ .ui-widget { font-family: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'Helvetica Neue\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\',Arial,sans-serif; font-size: 1.1em; }
Which is invalid CSS.