fix-odd-spacing

Addresses the JS challenge generator trying to wrap the `<ol>` element inside of a paragraph (and obviously failing)

Closes #6840
This commit is contained in:
Hallaathrad
2016-02-16 11:06:19 -05:00
parent 619b285009
commit 447b79cddf

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