cancel
Showing results for 
Search instead for 
Did you mean: 

unnecessary '&' conversion to '&&q

shay
Champ in-the-making
Champ in-the-making
Hi,

I need to save some HTML entities codes such as "&# 8230;" in one of the spaces properties, the problem is that the alfresco converts any "&" char to "&amp" in order to create a valid HTML entity, but in my case i dont need that conversion and it doesn't look good in the web client.

i can see that it uses the function encode in the HTMLEncoder class (in myfaces-impl-1.1.5.jar) in order to convert any "&" into "&amp".
how can i cause it not to do so when i want to save an HTML entity?
did anyone got to handle that problem?

Thanks in advance,
Shay.
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
Where in the client is the transformation occurring?