PDA

View Full Version : Default charset problem


kolo
03-21-2007, 12:06 AM
Hello

I am Polish, have charset = iso-8859-2 and I can see the strange problem.
Names for the category and links are good but content not but in "Link Details" content is good.
Please check Katalog Stron (http://www.katalog.twojadomena.org/rozrywka-i-hobby/sennik/)


Please answer

Sergey Ten
03-21-2007, 05:13 AM
Hello kolo,

Try to do the following:

[ Open your templates/your_template/link-display.tpl ]
[ Find code ]


<div class="description">{text_to_html aText=$link.description aParagraph=true}</div>


[ Replace with ]


<div class="description">{$link.description}</div>


[ Save change ]

And please post a result.

kolo
03-21-2007, 02:01 PM
Ohhh yes, it works:dance2:


Thank you :good:

Sergey Ten
03-23-2007, 07:27 AM
You are welcome kolo :)