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 ...@@ -278,7 +278,7 @@ static const struct xml_entity_s
{ "aelig;", "æ" }, { "aelig;", "æ" },
{ "agrave;", "à" }, { "agrave;", "à" },
{ "amp;", "&" }, { "amp;", "&" },
{ "apos;" "'" }, { "apos;", "'" },
{ "aring;", "å" }, { "aring;", "å" },
{ "atilde;", "ã" }, { "atilde;", "ã" },
{ "auml;", "ä" }, { "auml;", "ä" },
...@@ -314,7 +314,7 @@ static const struct xml_entity_s ...@@ -314,7 +314,7 @@ static const struct xml_entity_s
{ "ldquo;", "“" }, { "ldquo;", "“" },
{ "lsaquo;", "‹" }, { "lsaquo;", "‹" },
{ "lsquo;", "‘" }, { "lsquo;", "‘" },
{ "lt;" "<" }, { "lt;", "<" },
{ "macr;", "¯" }, { "macr;", "¯" },
{ "mdash;", "—" }, { "mdash;", "—" },
{ "micro;", "µ" }, { "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