[tex4ht-commits] [SCM] tex4ht updated: r535 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Thu Mar 14 21:48:11 CET 2019


Author: michal_h21
Date: 2019-03-14 22:48:11 +0200 (Thu, 14 Mar 2019)
New Revision: 535

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-ooffice.tex
Log:
Renamed invalid attribute name

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2019-03-14 20:28:54 UTC (rev 534)
+++ trunk/lit/ChangeLog	2019-03-14 20:48:11 UTC (rev 535)
@@ -3,6 +3,8 @@
 	* tex4ht-ooffice.tex (ooffice.4ht): fixed image filename parsers.
 	* tex4ht-ooffice.tex (ooffice.4ht): added image mimetypes to the
 	manifest.xml file.
+	* tex4ht-ooffice.tex (ooffice.4ht): correct name of the attribute is
+	text:class-names.
 
 2019-03-13  Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex	2019-03-14 20:28:54 UTC (rev 534)
+++ trunk/lit/tex4ht-ooffice.tex	2019-03-14 20:48:11 UTC (rev 535)
@@ -11764,10 +11764,10 @@
 
 \Configure{wrapfloat}
     {\ifvmode\IgnorePar\EndP
-       \HCode{<text:p><text:span text:class-name="wrapfig-\WFplace">}%
+       \HCode{<text:p><text:span text:class-names="wrapfig-\WFplace">}%
        \def\endWrap{\ifvmode\IgnorePar\fi\EndP\HCode{</text:span></text:p>}\par}%
      \else
-       \HCode{<text:span text:class-name="wrapfig-\WFplace">}\bgroup
+       \HCode{<text:span text:class-names="wrapfig-\WFplace">}\bgroup
        \def\endWrap{\egroup\HCode{</text:span>}}%
      \fi
     }



More information about the tex4ht-commits mailing list