Commit 1cf017ba authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

syntax error

parent 955442b8
......@@ -278,7 +278,7 @@ static const struct xml_entity_s
{ "aelig;", "æ" },
{ "agrave;", "à" },
{ "amp;", "&" },
{ "apos;" "'" },
{ "apos;", "'" },
{ "aring;", "å" },
{ "atilde;", "ã" },
{ "auml;", "ä" },
......@@ -314,7 +314,7 @@ static const struct xml_entity_s
{ "ldquo;", "“" },
{ "lsaquo;", "‹" },
{ "lsquo;", "‘" },
{ "lt;" "<" },
{ "lt;", "<" },
{ "macr;", "¯" },
{ "mdash;", "—" },
{ "micro;", "µ" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment