From 864746273d868f7477e1f84898e989bff905737b Mon Sep 17 00:00:00 2001 From: Mat Schaffer Date: Sat, 11 Aug 2018 22:18:15 +0900 Subject: [PATCH] Fix spacing on not-found message Not familiar with hiccup, but I see similar spacing on https://github.com/witch-house/pronoun.is/blob/master/src/pronouns/pages.clj#L78 so figured I'd roll with it. --- src/pronouns/pages.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index ea3d6b3..62007bc 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -167,7 +167,7 @@ [:body (header-block title) [:div {:class "section examples"} - [:p [:h2 (str "We couldn't find those pronouns in our database." + [:p [:h2 (str "We couldn't find those pronouns in our database. " "If you think we should have them, please reach out!")]]] (footer-block)]])))