Hi,

This fix is an important issue for report generation. I discussed on irc with
Dennis about that and he will deploy new snapshots to test again MPIR.
If everything will be ok, we think we need to release an alpha-10 of
doxia. What others think?

Cheers,

Vincent

2007/9/30, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Author: vsiveton
> Date: Sun Sep 30 06:37:06 2007
> New Revision: 580725
>
> URL: http://svn.apache.org/viewvc?rev=580725&view=rev
> Log:
> o fixed typo
>
> Modified:
>     
> maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java
>
> Modified: 
> maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java
> URL: 
> http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java?rev=580725&r1=580724&r2=580725&view=diff
> ==============================================================================
> --- 
> maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java
>  (original)
> +++ 
> maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java
>  Sun Sep 30 06:37:06 2007
> @@ -861,7 +861,7 @@
>
>          if ( width != null )
>          {
> -            att.addAttribute( Attribute.COLSPAN, width );
> +            att.addAttribute( Attribute.WIDTH, width );
>          }
>
>          if ( justif != null )
>
>
>

Reply via email to