From f803a972b9386924847af4b3d2ddad9f69759b37 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 31 Dec 2021 22:30:31 +0100 Subject: [PATCH] Fix haml-lint nit --- app/views/static/linkfilter.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/static/linkfilter.haml b/app/views/static/linkfilter.haml index 22389c88..0fefbb21 100644 --- a/app/views/static/linkfilter.haml +++ b/app/views/static/linkfilter.haml @@ -16,4 +16,4 @@ %p.font-weight-bold.mb-0 URL: %pre.bg-light.text-dark.p-3.rounded= @link - %a.btn.btn-primary{ href: @link, rel: "nofollow" } I understand the risk, proceed! + %a.btn.btn-primary{ href: @link, rel: 'nofollow' } I understand the risk, proceed!