summaryrefslogtreecommitdiffstats
path: root/genman.txr
diff options
context:
space:
mode:
Diffstat (limited to 'genman.txr')
-rw-r--r--genman.txr3
1 files changed, 2 insertions, 1 deletions
diff --git a/genman.txr b/genman.txr
index b90c8387..ce70cbb7 100644
--- a/genman.txr
+++ b/genman.txr
@@ -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