bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5eb7ae8b586af4dccfc267a9b773ecf1d0ee75bd

commit 5eb7ae8b586af4dccfc267a9b773ecf1d0ee75bd
Author: Subodh Kumar <s7158.ku...@samsung.com>
Date:   Fri Jan 24 14:49:03 2020 +0000

    edje_entry: Add matching tag.
    
    When textblock has several other tags
    which are closing as </>, textblock
    is not able to find the matching one.
    
    @fix
    
    Reviewed-by: Cedric BAIL <cedric.b...@free.fr>
    Differential Revision: https://phab.enlightenment.org/D11172
---
 src/lib/edje/edje_entry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edje/edje_entry.c b/src/lib/edje/edje_entry.c
index eb63c4f61f..6afd99472a 100644
--- a/src/lib/edje/edje_entry.c
+++ b/src/lib/edje/edje_entry.c
@@ -853,7 +853,7 @@ _edje_anchor_mouse_down_cb(void *data, Evas *e EINA_UNUSED, 
Evas_Object *obj EIN
           {
              an->en->have_link_pressed = EINA_TRUE;
              evas_textblock_cursor_format_append(an->start, "<link_pressed>");
-             evas_textblock_cursor_format_prepend(an->end, "</>");
+             evas_textblock_cursor_format_prepend(an->end, "</link_pressed>");
           }
      }
    ev->event_flags |= rp->mask_flags;

-- 


Reply via email to