gbranden pushed a commit to branch master
in repository groff.

commit f36c2ba43ddb5283c5ae2907e73dda8ac6e399a9
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jul 13 11:50:31 2026 -0500

    squash post-html.cpp
---
 src/devices/grohtml/post-html.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/devices/grohtml/post-html.cpp 
b/src/devices/grohtml/post-html.cpp
index 5abc0ae22..527c33a36 100644
--- a/src/devices/grohtml/post-html.cpp
+++ b/src/devices/grohtml/post-html.cpp
@@ -5711,8 +5711,8 @@ void html_printer::writeHeadMetaStyle (void)
   fputs("       table   { margin-top: 0; margin-bottom: 0; "
        "vertical-align: top }\n", stdout);
   fputs("       h1      { text-align: center }\n", stdout);
-  fputs("         .code-display { display: block;"
-        " font-family: monospace; }\n", stdout);
+  fputs("         .code-display { display: block; "
+       "font-family: monospace; }\n", stdout);
   fputs("         .code-display p { margin-top: 0; margin-bottom: 0;"
         " }\n", stdout);
   fputs("</style>\n", stdout);

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to