which encoding do you use? I suggest utf8 and you are done!
have a look in your default ctp: Do you use
header("Content-Type: text/html; charset=utf-8");
Anja
Am Donnerstag, 3. Februar 2011, um 17:31:59 schrieb hill180:
> In the CSS is have:
> th a.asc:after {
> content: ' ⇣';
> }
> When a pagination link is clicked: it should look like this:
>
> Before
>
> NAME
>
> AFTER
>
> NAME ⇣
>
> But what I am getting is
>
> NAME ⇣
>
> I know it has something to do with the encoding, just don't know where.
>
> Thanks!
> PS
>
> (mac/MAMP/chrome&safari)
--
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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
No comments:
Post a Comment