Merge pull request #7066 from hallaathrad/fix/odd-spacing-in-challenge

Fix odd spacing in JS challenge
This commit is contained in:
Rex Schrader
2016-02-16 20:16:51 -08:00

View File

@ -18,7 +18,7 @@ block content
.col-xs-12
.challenge-instructions
for sentence in description
if (/blockquote|h4|table/.test(sentence))
if (/blockquote|\<ol|h4|table/.test(sentence))
!=sentence
else
p.wrappable!= sentence