From cd0f8a6670cb7dbcf33043fbb6ad2d6741c8282b Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 30 Jul 2017 12:19:37 +0200 Subject: [PATCH] Remove unused data attribute from mobile comments --- app/views/comments/_comment.mobile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/_comment.mobile.haml b/app/views/comments/_comment.mobile.haml index 273005c2e..8664c7413 100644 --- a/app/views/comments/_comment.mobile.haml +++ b/app/views/comments/_comment.mobile.haml @@ -2,7 +2,7 @@ -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. -%li.comment{id: comment.guid, data:{guid:comment.id}, class: ("hidden" if(defined? hidden))} +%li.comment{id: comment.guid, class: ("hidden" if defined? hidden)} .content .media .media-left