From 2bfe8b805b0e848521603884f16f1e5b280efa95 Mon Sep 17 00:00:00 2001 From: Taehyub Kim Date: Wed, 7 Dec 2016 19:15:32 +0900 Subject: [PATCH] elm_cnp: change the priority for html type Change-Id: I1fba692617dfdcae047e300361ebcc7007fe9354 --- src/lib/elm_cnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c index 621a39c..aadc463 100644 --- a/src/lib/elm_cnp.c +++ b/src/lib/elm_cnp.c @@ -3111,8 +3111,8 @@ _wl_elm_cnp_selection_get(const Evas_Object *obj, Elm_Sel_Type selection, Elm_Se if (format & ELM_SEL_FORMAT_HTML) { - types[++i] = "text/html"; types[++i] = "text/html;charset=utf-8"; + types[++i] = "text/html"; } if (i < 0) return EINA_FALSE; -- 2.7.4