From 52edcedb61ab57d9201d4b4bcf865caf80d894de Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 7 Aug 2017 15:19:06 -0500 Subject: [PATCH] Fix a trailing space that was in the anchor tag --- server/views/partials/challenge-modals.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/views/partials/challenge-modals.jade b/server/views/partials/challenge-modals.jade index 70b986f8a1..ab9ddc56ba 100644 --- a/server/views/partials/challenge-modals.jade +++ b/server/views/partials/challenge-modals.jade @@ -28,7 +28,7 @@ .modal-body h3 | If you've already tried the  - a(href='https://forum.freecodecamp.org/t/the-read-search-ask-methodology-for-getting-unstuck/137307', target='_blank') Read-Search-Ask  - | Method, then you can ask for help on the freeCodeCamp forum. + a(href='https://forum.freecodecamp.org/t/the-read-search-ask-methodology-for-getting-unstuck/137307', target='_blank') Read-Search-Ask + |  method, then you can ask for help on the freeCodeCamp forum. a.btn.btn-lg.btn-primary.btn-block#ask-for-help-button(name='_csrf', value=_csrf) Create a help post on the forum a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel