Ok another question .. just a gee wiz If all CSS content values are required to be escaped, why not escape it in the core Cakephp 1.3.7 package?
Thanks! On Feb 3, 2011, at 10:22 AM, cricket wrote: > On Thu, Feb 3, 2011 at 11:31 AM, hill180 <[email protected]> wrote: >> In the CSS is have: >> th a.asc:after { >> content: ' ⇣'; >> } > > You have to escape the character in CSS's content value. Use backslash > followed by the unicode position. So, \2193 for this down arrow. See > here: > > http://www.blooberry.com/indexdot/html/tagpages/entities/arrow.htm > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
