|
From: Jirka P. <fi...@us...> - 2002-04-15 16:26:19
|
Mhmm ... I've tried some tricks, but there are two ways and both are wrong.
In both, no change in bug.php is done.
1) If I've made clean install and no change, czech special characters are
not formatted correctly. They are unreadable.
2) If I've made change on line 108 in templates/default/bugdisplay.html like
on figure (1) or figure (2), special characters are well formatted, but
quotes are not slashed.
My idea, that it's all in use of htmlspecialchars function was wrong, I'm
sorry. I'll try some better tricks and I'll send reports.
Jirka
figure (1):
... name="title" value="{$title|stripslashes}"> ...
figure (2):
... name="title" value="{$title}"> ...
|