alain01
Newbie
Posts: 1
Registered: 2/21/2005
Member Is Offline
|
| posted on 2/21/2005 at 01:55 PM |
|
|
2 bugs
Hi, i noticed 2 bugs in your application :
1) when i add a image in a menu i writte in caption field:
<img src="news.gif" /> News from site
but when i exported,
the file is :
['<img src="news.gif" /> News from site',.........
so it transforms < in ascii code so, it isn't correct.
2) I'm french man so i have accent in my menu :
Ex :
"Le comité" so,
- if i let "comité", export give : "Comit&eacute;" not correct : correct is "Comité"
- if i writte "Le comité" export give : "Le Comit&eacute;", so it's not correct and not a correct display in your application
too !
If i can tested for you new correction, don't hesitate to contact me !
|
|
|
|