This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch DOXIA-668
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


The following commit(s) were added to refs/heads/DOXIA-668 by this push:
     new ab15f5b4 Pass rather null
ab15f5b4 is described below

commit ab15f5b409af3abd97f776163b3d16a0bc240175
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Thu Aug 4 20:47:42 2022 +0200

    Pass rather null
---
 .../src/main/java/org/apache/maven/doxia/parser/Xhtml5BaseParser.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/doxia-core/src/main/java/org/apache/maven/doxia/parser/Xhtml5BaseParser.java 
b/doxia-core/src/main/java/org/apache/maven/doxia/parser/Xhtml5BaseParser.java
index 8e9cbab4..a6e7918c 100644
--- 
a/doxia-core/src/main/java/org/apache/maven/doxia/parser/Xhtml5BaseParser.java
+++ 
b/doxia-core/src/main/java/org/apache/maven/doxia/parser/Xhtml5BaseParser.java
@@ -1218,7 +1218,7 @@ public class Xhtml5BaseParser
         {
             grid = true;
         }
-        sink.tableRows( new int[0], grid );
+        sink.tableRows( null, grid );
     }
 
 }

Reply via email to