From b815ccd31975f43bd26fcaaf044dfe71a819fb13 Mon Sep 17 00:00:00 2001 From: Jason Fowler Date: Wed, 5 Dec 2012 10:00:38 +0800 Subject: [PATCH] MDL-35979 - Commenting - Adding an empty alt attribute to the javascript generated delete icon for comments --- comment/comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comment/comment.js b/comment/comment.js index 65dcae820da..f0f4ddfd29a 100644 --- a/comment/comment.js +++ b/comment/comment.js @@ -184,7 +184,7 @@ bodyContent: '
' + list[i].content; + list[i].content = '
' + list[i].content; } val = val.replace('___time___', list[i].time); val = val.replace('___picture___', list[i].avatar);