On Thu, Dec 11, 2003 at 12:59:07AM -0000, [EMAIL PROTECTED] wrote:
> remm        2003/12/10 16:59:07
> 
>   Modified:    webapps/manager/WEB-INF/classes/org/apache/catalina/manager
>                         StatusTransformer.java
>   Log:
>   - Add manager statistics for each context, as well as navigation links so that this
>     is actually useful. Somehow, the links don't work with Mozilla: it must be
>     because my HTML is very bad. IE works, though.
[...]
>   -            writer.print("<br/>");
>   +            writer.print("<br>");

The old way is actually "better", it lets you move toward XHTML.  
However, the way the "cool kids" do it is to leave a space before the 
"/" in body-less entities.

<br />
<hr />
<img src="foo.gif" />

This is the known "gentle" way to not freak out old browsers.  Maybe 
I'll have to take a look at this class tonight and make it generate 
more proper HTML.

-- 
[EMAIL PROTECTED]
  Some people have a way with words, while others... erm... thingy.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to