Elm: Update the lib to use the new self-closing textblock tags.
[framework/uifw/elementary.git] / src / lib / elm_cnp_helper.c
index d3111f7..9a5884c 100644 (file)
@@ -154,9 +154,9 @@ static Eina_Bool pasteimage_append(char *file, Evas_Object *entry);
 /* Optimisation: Turn this into a 256 byte table:
  *     then can lookup in one index, not N checks */
 static const Escape escapes[] = {
-  { "<ps>",  _PARAGRAPH_SEPARATOR },
-  { "<br>",  "\n" },
-  { "<\t>",  "\t" },
+  { "<ps/>",  _PARAGRAPH_SEPARATOR },
+  { "<br/>",  "\n" },
+  { "<\t/>",  "\t" },
   { "&gt;",   ">" },
   { "&lt;",    "<" },
   { "&amp;",   "&" },