Skip to content

Commit

Permalink
Bugfix in word-to-dtbook.xpl
Browse files Browse the repository at this point in the history
fixes commit 17a4f48
  • Loading branch information
bertfrees committed Sep 23, 2024
1 parent c6bf71c commit b2c0458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>word-to-dtbook</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<p px:role="desc">Image resampling targeted resolution in dpi (dot-per-inch)</p>
</p:documentation>
</p:option>
<p:option name="character-styles" select="false()" px:type="xs:boolean">
<p:option name="character-styles" select="false()" cx:as="xs:boolean">
<p:documentation xmlns="http://www.w3.org/1999/xhtml">
<h2 px:role="name">Translate character styles</h2>
</p:documentation>
Expand Down

0 comments on commit b2c0458

Please sign in to comment.