small fix in evas html escape table

SVN revision: 49240
This commit is contained in:
Bruno Dilly 2010-05-27 21:03:53 +00:00
parent 5a34288bfb
commit 930fdce0ee
1 changed files with 2 additions and 2 deletions

View File

@ -478,8 +478,8 @@ static const char escape_strings[] =
"É\0" "\xc3\x89\0"
"Ê\0" "\xc3\x8a\0"
"Ë\0" "\xc3\x8b\0"
"È\0" "\xc3\x8c\0"
"É\0" "\xc3\x8d\0"
"Ì\0" "\xc3\x8c\0"
"Í\0" "\xc3\x8d\0"
"Î\0" "\xc3\x8e\0"
"Ï\0" "\xc3\x8f\0"
"&Eth;\0" "\xc3\x90\0"