diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | genman.txr | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2015-07-01 Kaz Kylheku <kaz@kylheku.com> + + * genman.txr: Bugfix: reproduce the correct opening bracket + before a function link. + 2015-06-27 Kaz Kylheku <kaz@kylheku.com> Fix issues in configure found by ShellCheck. @@ -112,9 +112,10 @@ This document was created by @1)) @1))) (regsub #/[\(\[][^ )&]+/ (do let* ((tok [@1 1..:]) + (bkt [@1 0]) (tag [txlhash tok])) (if tag - `(<A HREF="#@tag">@tok</A>` + `@bkt<A HREF="#@tag">@tok</A>` @1)) out0))) (t @1)) BODY |