diff options
author | Morgan Astra <givengravity@gmail.com> | 2018-11-14 01:11:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 01:11:32 -0800 |
commit | a1f10d3b04b65030f660d41f92be2bf34c230222 (patch) | |
tree | 6a0c10cd37e8c242f94fde4705afb45984d1ef38 /src/pronouns/pages.clj | |
parent | c0bef1bafe48773568382aedaa7fbb655f199e3c (diff) | |
parent | 864746273d868f7477e1f84898e989bff905737b (diff) |
Merge pull request #87 from matschaffer/patch-1
Fix spacing on not-found message
Diffstat (limited to 'src/pronouns/pages.clj')
-rw-r--r-- | src/pronouns/pages.clj | 2 |
1 files changed, 1 insertions, 1 deletions
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)]]))) |