diff --git a/include/ajax/ajax_todo_list.php b/include/ajax/ajax_todo_list.php index 10789b2ef..4736e0eef 100644 --- a/include/ajax/ajax_todo_list.php +++ b/include/ajax/ajax_todo_list.php @@ -188,7 +188,8 @@ if ($ac=='shared_note') { header('Content-type: text/xml; charset=UTF-8'); $dom=new DOMDocument('1.0', 'UTF-8'); - $tl_id=$dom->createElement('content', _("Cette note n'est pas à vous")); + $tl_id=$dom->createElement('content', _("Cette note n'est pas à vous"). + HtmlInput::anchor_close('shared_'.$id)); $dom->appendChild($tl_id); echo $dom->saveXML(); return;