groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 05/05: [grohtml]: Fix Savannah #60656.


From: G. Branden Robinson
Subject: [groff] 05/05: [grohtml]: Fix Savannah #60656.
Date: Sat, 22 May 2021 22:29:35 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit f79724212f66a1d3ab58fb891bca276834dffb7e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun May 23 02:49:57 2021 +1000

    [grohtml]: Fix Savannah #60656.
    
    * tmac/troffrc-end: Fix transposition error that broke most table image
      generation in HTML output.
    
    Fixes <https://savannah.gnu.org/bugs/index.php?60656>.
    
    Problem introduced by me in commit a248aa33 on 15 January 2020.
---
 ChangeLog        | 7 +++++++
 tmac/troffrc-end | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 76da883..9618e02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2021-05-23  G. Branden Robinson <g.branden.robinson@gmail.com>
 
+       * tmac/troffrc-end: Fix transposition error that broke most
+       table image generation in HTML output.
+
+       Fixes <https://savannah.gnu.org/bugs/index.php?60656>.
+
+2021-05-23  G. Branden Robinson <g.branden.robinson@gmail.com>
+
        * tmac/an-ext.tmac (UE, ME): Replace calls to HTML-NS macro for
        emissions of HTML 'A' tags with direct usage of \X device
        control escapes.  Replace .nop requests with text lines since
diff --git a/tmac/troffrc-end b/tmac/troffrc-end
index 41b4400..31b90b8 100644
--- a/tmac/troffrc-end
+++ b/tmac/troffrc-end
@@ -9,7 +9,7 @@
 .
 .\" Load www if we are running the PostScript driver for HTML images.
 .do if r ps4html \
-       .do mso www.tmac
+.      do mso www.tmac
 .
 .\" For all other devices, make these macros no-ops.
 .do if !d HTML-IMAGE-INLINE      .do ds HTML-IMAGE-INLINE \" empty



reply via email to

[Prev in Thread] Current Thread [Next in Thread]