Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki

master
Jacques Distler 2010-06-01 10:41:31 -05:00
commit 8395508c85
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