fix-instructions-formatting

Another adjustment to the Regex (the word table in the paragraph made it not be wrapped in a p element)
pull/7115/head
Hallaathrad 2016-02-18 12:31:22 -05:00
parent 4eaced4cec
commit a1de66648c
1 changed files with 1 additions and 1 deletions

View File

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