Hi
> which is close but not exactly as wanted. The <meta> (and I expect > other tags like <br> will have the same) tag has closing slash as it
Just a bit of info on the br, IE treats <br/> as a line break, but <br></br> as 2 line breaks. Just in case you go for the "obvious" solution of always expanding out <a/> to <a></a>, <br> won't work. Thanks Neil _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
