Ted Unangst 3 years ago
commit 74525482cc

@ -33,3 +33,4 @@ a2f6f7bdfb6ea8cac68acdb952b2eed8a585749d v0.9.2
dac64bc6a93cedeb6ae618cba8f8647af96d2ece v0.9.3
28b92eaba37140a8a84a871d3f007b46fe66acb7 v0.9.4
3ece33fb77800c027ecfd3b5100881732d68c9bb v0.9.5
6a522536238fe25b6d048543f52ed406ccf720b2 v0.9.6

@ -752,6 +752,7 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
}
name, _ := att.GetString("name")
desc, _ := att.GetString("summary")
desc = html.UnescapeString(desc)
if desc == "" {
desc = name
}
@ -798,6 +799,7 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
tt, _ := tag.GetString("type")
name, _ := tag.GetString("name")
desc, _ := tag.GetString("summary")
desc = html.UnescapeString(desc)
if desc == "" {
desc = name
}

@ -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.

@ -95,6 +95,7 @@ A restart is required after changes.
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

Loading…
Cancel
Save