From b6cb657a82ffc710b7201838e214c63ca180243c Mon Sep 17 00:00:00 2001 From: crc Date: Fri, 14 Aug 2020 16:59:06 +0000 Subject: [PATCH] glossary: fix bug causing duplicate name display in entry details (thanks to kiyoshi for noticing this) FossilOrigin-Name: 4d8120f13be8ebc09dbf968d08680fef0fa511cee8ccfbd33c3a7cd510bb7961 --- tools/glossary.retro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/glossary.retro b/tools/glossary.retro index 93cef0c..2506599 100755 --- a/tools/glossary.retro +++ b/tools/glossary.retro @@ -713,7 +713,7 @@ And then the actual top level server. :handle-gopher &Selector ASCII:SPACE s:tokenize #1 a:th fetch - s:chop s:keep dup s:put !Target gopher:display ; + s:chop s:keep !Target gopher:display ; ---reveal---