From ddda6a09700ac90e853f86c310ea09386ddc7d1c Mon Sep 17 00:00:00 2001 From: Andre Hanke <andre.holger.hanke@mni.thm.de> Date: Wed, 23 Sep 2020 15:21:26 +0200 Subject: [PATCH] Fix missing closing tag --- src/app/components/shared/comment/comment.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/shared/comment/comment.component.html b/src/app/components/shared/comment/comment.component.html index 24068fdfb..4c4394d54 100644 --- a/src/app/components/shared/comment/comment.component.html +++ b/src/app/components/shared/comment/comment.component.html @@ -186,7 +186,7 @@ <div fxLayout="row"> <div class="body click" style="width:100%;" - tabindex="0" + tabindex="0"> <ars-row #commentBody> <ars-row #commentBodyInner> <markdown class="images" -- GitLab