summary may not actually need a label
Ted Unangst tedu@tedunangst.com
Tue, 04 Jun 2019 03:22:03 -0400
1 files changed,
4 insertions(+),
1 deletions(-)
jump to
M
fun.go
→
fun.go
@@ -55,7 +55,10 @@ zap := make(map[*Donk]bool)
h.Noise = unpucker(h.Noise) precis := h.Precis if precis != "" { - precis = "<p>summary: " + precis + "<p>" + if strings.IndexByte(precis, ':') == -1 { + precis = "summary: " + precis + } + precis = "<p>" + precis + "<p>" } h.HTML, _ = filt.String(precis + h.Noise) emuxifier := func(e string) string {