Actions
Defect #10932
closedLinks to delete watchers are escaped when gravatars are enabled
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Hi,
When I'm adding new watchers to an issue, I have escaped code instead of the delete cross icon :
<a class="delete" href="/watchers/destroy?object_id=1234&object_type=issue&user_id=3" onclick="new Ajax.Request('/watchers/destroy?object_id=1234&amp;object_type=issue&amp;user_id=3', {asynchronous:true, evalScripts:true, parameters:'authenticity_token=' + encodeURIComponent('PLv5ZI6HZ98BKC/BXVE3h4Om4MoTBjqB7+cBfEv2I+Y=')}); return false;" style="vertical-align: middle"><img alt="Delete" src="/images/delete.png?1273095853" /></a>
Actions