[tex4ht-commits] [SCM] tex4ht updated: r132 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Wed Oct 29 00:46:00 CET 2014
Author: karl
Date: 2014-10-29 01:46:00 +0200 (Wed, 29 Oct 2014)
New Revision: 132
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
spurious comma in css, https://puszcza.gnu.org.ua/bugs/?232
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2014-10-19 18:08:53 UTC (rev 131)
+++ trunk/lit/ChangeLog 2014-10-28 23:46:00 UTC (rev 132)
@@ -1,3 +1,9 @@
+2014-10-28 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex: Spurious comma in css selector causes CSS
+ validation error.
+ https://puszcza.gnu.org.ua/bugs/index.php?232
+
2014-10-10 Peter Breitenlohner <peb at mppmu.mpg.de>
* tex4ht-c.tex: Avoid compiler warning [-Wunused-value].
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2014-10-19 18:08:53 UTC (rev 131)
+++ trunk/lit/tex4ht-html4.tex 2014-10-28 23:46:00 UTC (rev 132)
@@ -4,8 +4,8 @@
% Copy html4.4ht into the work directory before each of the
% first two compilations
%
-% Copyright (C) 2009-2010, 2014 TeX Users Group
-% Copyright (C) 1996-2009 Eitan M. Gurari
+% Copyright 2009-2014 TeX Users Group
+% Copyright 1996-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -8771,7 +8771,7 @@
{margin-left:0em;}}
\Css{
.likesubsectionToc \string~ .subsubsectionToc,
-.subsectionToc \string~ .subsubsectionToc,
+.subsectionToc \string~ .subsubsectionToc
{margin-left:2em;}}
>>>
More information about the tex4ht-commits
mailing list