small fix in evas html escape table
authorbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 May 2010 21:03:53 +0000 (21:03 +0000)
committerbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 27 May 2010 21:03:53 +0000 (21:03 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@49240 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_textblock.c

index ca0fd87..4082bb6 100644 (file)
@@ -478,8 +478,8 @@ static const char escape_strings[] =
        "&Eacute;\0"   "\xc3\x89\0"
        "&Ecirc;\0"    "\xc3\x8a\0"
        "&Euml;\0"     "\xc3\x8b\0"
-       "&Egrave;\0"   "\xc3\x8c\0"
-       "&Eacute;\0"   "\xc3\x8d\0"
+       "&Igrave;\0"   "\xc3\x8c\0"
+       "&Iacute;\0"   "\xc3\x8d\0"
        "&Icirc;\0"    "\xc3\x8e\0"
        "&Iuml;\0"     "\xc3\x8f\0"
        "&Eth;\0"      "\xc3\x90\0"