You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-dev@maven.apache.org by Vincent Siveton <vi...@gmail.com> on 2006/03/11 13:38:10 UTC

svn commit: r384684 - in /maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/module: xdoc/XdocParser.java xhtml/XhtmlSink.java

Hi,

The correction doesn't call the closing method for:
sink.anchor( ... );
IMHO, we need to add also:
sink.anchor_();

Cheers,

Vincent

> Author: brett
> Date: Thu Mar  9 18:47:31 2006
> New Revision: 384684
>
> URL: http://svn.apache.org/viewcvs?rev=384684&view=rev
> Log:
> [MNG-2099] fix anchor generation
> Submitted by: Olivier Lamy