From fb3e365412954b5d23a048518d70c15894cb9686 Mon Sep 17 00:00:00 2001 From: Kushal Pandya Date: Mon, 26 Dec 2016 16:17:16 +0530 Subject: HAMLLint: Fix `SpaceInsideHashAttributes` offences --- app/views/events/_event_issue.atom.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/events/_event_issue.atom.haml') diff --git a/app/views/events/_event_issue.atom.haml b/app/views/events/_event_issue.atom.haml index 083c3936212..51585314a62 100644 --- a/app/views/events/_event_issue.atom.haml +++ b/app/views/events/_event_issue.atom.haml @@ -1,2 +1,2 @@ -%div{xmlns: "http://www.w3.org/1999/xhtml"} +%div{ xmlns: "http://www.w3.org/1999/xhtml" } = markdown(issue.description, pipeline: :atom, project: issue.project, author: issue.author) -- cgit v1.2.1