[elm_cnp_helper] convert tag add "<ps>"
authordeasung.kim <deasung.kim@samsung.com>
Tue, 26 Jul 2011 09:27:44 +0000 (18:27 +0900)
committerdeasung.kim <deasung.kim@samsung.com>
Tue, 26 Jul 2011 09:27:44 +0000 (18:27 +0900)
src/lib/elm_cnp_helper.c

index 8942909..518adf9 100644 (file)
@@ -168,6 +168,7 @@ static void pasteimage_free(Paste_Image *pi);
  *     then can lookup in one index, not N checks */
 static const Escape escapes[] = {
        { "<br>",   '\n' },
+       { "<ps>",   '\n' },
        { "<\t>",   '\t' },
        { "gt;",    '>'  },
        { "lt;",    '<'  },
@@ -426,6 +427,7 @@ TagTable _EFLtoHTMLConvertTable[] = {
        {"underline", "del", 0},
        {"strikethrough", "ins", 0},
        {"br", "br", 1},
+       {"ps", "br", 1},
        {"b", "b", 1},
        {"item", "img", 1}
 };