diff options
author | rsc <devnull@localhost> | 2005-01-16 21:31:47 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-16 21:31:47 +0000 |
commit | 0215fd56dbd9823b392000729edbb81c46447cda (patch) | |
tree | f7bc294f8776090ef200d71236e4f1c98f3e5a05 /tmac | |
parent | 0b561695d60ce777fbfb332a436c2a51702fae23 (diff) | |
download | plan9port-0215fd56dbd9823b392000729edbb81c46447cda.tar.gz plan9port-0215fd56dbd9823b392000729edbb81c46447cda.tar.bz2 plan9port-0215fd56dbd9823b392000729edbb81c46447cda.zip |
better HR
Diffstat (limited to 'tmac')
-rw-r--r-- | tmac/tmac.an | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmac/tmac.an b/tmac/tmac.an index 8a8d8e45..393f7f14 100644 --- a/tmac/tmac.an +++ b/tmac/tmac.an @@ -120,7 +120,7 @@ \Xhtml </B> .. .de HR -.ie '\\$2'' \X'html href \\$1'\fL\\$1\fP\X'html /href' +.ie '\\$2'' \\$4\X'html href \\$1'\fL\\$1\fP\X'html /href'\\$3 .el \\$4\X'html href \\$1'\\$2\X'html /href'\\$3 .. .deSH |