all repos — honk @ 9dea10e747418dfd8dd0799579d5b6d027fc2585

my fork of honk

summary may not actually need a label
Ted Unangst tedu@tedunangst.com
Tue, 04 Jun 2019 03:22:03 -0400
commit

9dea10e747418dfd8dd0799579d5b6d027fc2585

parent

523738fd4c85ae005137c36394bb55cf656ab315

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M fun.gofun.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 {