pretty_print

Jean-Francois LE BERRE <[email protected]> Mon, 5 Apr 2004 18:39:12 -0400
Newsgroups gmane.comp.jakarta.ecs.user
Message-ID <[email protected]>
Hi again :)

I'm using pretty_print from ecs.properties.
It's very nice.

But... It's bad that it formats A tags like this:

<a href="myUrl">
  myUrlName
</a>

Because, in Mozilla, a space appears after the name, in the link. It
looks a bit strange.

I would prefer that A tags stay this way:
<a href="myUrl">myUrlName</a>

Is there a way to fix this?
Maybe there is another way...

But I can stay pretty_print=false for now ;-)

Thanks
Jean-François