Minor Update From Current Maruku

master
Jacques Distler 2010-06-01 10:39:55 -05:00
parent ad7e32c92c
commit b7a3b8aa94
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ If true, raw HTML is discarded from the output.
pre = Element.new('pre')
pre.attributes['style'] = 'border: solid 3px red; background-color: pink'
pre.attributes['class'] = 'markdown-html-error'
pre << Text.new("HTML parse error: \n#{raw_html}", true)
pre << Text.new("REXML could not parse this XML/HTML: \n#{raw_html}", true)
return pre
end
end