m
Ted Unangst tedu@tedunangst.com
Wed, 21 Apr 2021 21:03:34 -0400
3 files changed,
6 insertions(+),
1 deletions(-)
M
activity.go
→
activity.go
@@ -752,6 +752,7 @@ }
} name, _ := att.GetString("name") desc, _ := att.GetString("summary") + desc = html.UnescapeString(desc) if desc == "" { desc = name }@@ -798,6 +799,7 @@ }
tt, _ := tag.GetString("type") name, _ := tag.GetString("name") desc, _ := tag.GetString("summary") + desc = html.UnescapeString(desc) if desc == "" { desc = name }
M
docs/changelog.txt
→
docs/changelog.txt
@@ -1,6 +1,8 @@
changelog -=== next +=== 0.9.6 Virile Vigorous and Potent + ++ A bug, a fix, a bug fix, a fix bug. + Fix Update processing.
M
docs/honk.8
→
docs/honk.8
@@ -95,6 +95,7 @@ .Pp
Custom HTML messages may be added to select pages by using the .Ic admin command. +This interface is a little rough. A restart is required after changes. .Bl -tag -width tenletters .It server