gbranden pushed a commit to branch master
in repository groff.
commit cf3516bd91e552d9a8b9e4c44e34e0db86dd1ef0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Mar 4 06:15:36 2024 -0600
tmac/pdf.tmac (pdf*href): Fix excess escaping.
* tmac/pdf.tmac (pdf*href): Do it.
---
ChangeLog | 4 ++++
tmac/pdf.tmac | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 56de51a53..6a1b0a7b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-03-04 G. Branden Robinson <[email protected]>
+
+ * tmac/pdf.tmac (pdf*href): Fix excess escaping.
+
2024-03-04 G. Branden Robinson <[email protected]>
* tmac/pdf.tmac (pdfclean): Fix missing closing brace escape
diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index 591c410f6..e26cd1cd0 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -701,7 +701,7 @@ am solely responsible for any bugs I may have introduced
into this file.
. \" One or more "link text" argument(s) are present,
. \" so, set the link description from the argument(s) ...
. \"
-. ds PDFHREF.DESC \\\\$*
+. ds PDFHREF.DESC \\$*
. \}
. el \{\
. ie dpdf:look(\\*[pdf:href-D]) .ds PDFHREF.DESC
\\*[pdf:look(\\*[pdf:href-D])]
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit