Author: dennisl
Date: Sat Oct 20 07:50:01 2007
New Revision: 586736

URL: http://svn.apache.org/viewvc?rev=586736&view=rev
Log:
[DOXIA-156] Apply fix to the branch.

Modified:
    
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java

Modified: 
maven/doxia/doxia/branches/doxia-1.0-alpha-x/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/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java?rev=586736&r1=586735&r2=586736&view=diff
==============================================================================
--- 
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java
 (original)
+++ 
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java
 Sat Oct 20 07:50:01 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