fixed odd runtime type error, which appears to have escaped the scala-2.8.0.final compiler;
--- a/src/Tools/jEdit/src/jedit/html_panel.scala Sun Aug 08 14:00:59 2010 +0200
+++ b/src/Tools/jEdit/src/jedit/html_panel.scala Sun Aug 08 14:22:54 2010 +0200
@@ -158,7 +158,8 @@
val html_body =
current_body.flatMap(div =>
Pretty.formatted(List(div), current_margin, Pretty.font_metric(current_font_metrics))
- .map(t => XML.Elem(HTML.PRE, List((Markup.CLASS, Markup.MESSAGE)), HTML.spans(t))))
+ .map(t =>
+ XML.Elem(Markup(HTML.PRE, List((Markup.CLASS, Markup.MESSAGE))), HTML.spans(t))))
val doc =
builder.parse(
new InputSourceImpl(