Try using css:

white-space: pre;


2000Man wrote:

> Another try :)
>
> In the latest Cake (version 1.1.10.3825), the selectTag function has
> been changed. In the previous version, I could use html-entities in my
> option-titles, for example
> '&nbsp &nbsp&nbsp &nbsp Indented Title' (left out ';'). But now in
> HTMLHelper::selectTag, h($title) is used in stead of just $title, and
> so I get a title with &amp_nbsp&amp_nbs,etc pinstead of the wanted
> &nbsp's. I
> can't just make a title with several normal spaces (" "), as these are
> ignored (except for the first) (not by Cake, but by the browsers).
> 
> Is there a workaround for this issue?


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to