This commit is contained in:
commit
74525482cc
1
.hgtags
1
.hgtags
|
@ -33,3 +33,4 @@ a2f6f7bdfb6ea8cac68acdb952b2eed8a585749d v0.9.2
|
||||||
dac64bc6a93cedeb6ae618cba8f8647af96d2ece v0.9.3
|
dac64bc6a93cedeb6ae618cba8f8647af96d2ece v0.9.3
|
||||||
28b92eaba37140a8a84a871d3f007b46fe66acb7 v0.9.4
|
28b92eaba37140a8a84a871d3f007b46fe66acb7 v0.9.4
|
||||||
3ece33fb77800c027ecfd3b5100881732d68c9bb v0.9.5
|
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")
|
name, _ := att.GetString("name")
|
||||||
desc, _ := att.GetString("summary")
|
desc, _ := att.GetString("summary")
|
||||||
|
desc = html.UnescapeString(desc)
|
||||||
if desc == "" {
|
if desc == "" {
|
||||||
desc = name
|
desc = name
|
||||||
}
|
}
|
||||||
|
@ -798,6 +799,7 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk {
|
||||||
tt, _ := tag.GetString("type")
|
tt, _ := tag.GetString("type")
|
||||||
name, _ := tag.GetString("name")
|
name, _ := tag.GetString("name")
|
||||||
desc, _ := tag.GetString("summary")
|
desc, _ := tag.GetString("summary")
|
||||||
|
desc = html.UnescapeString(desc)
|
||||||
if desc == "" {
|
if desc == "" {
|
||||||
desc = name
|
desc = name
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
changelog
|
changelog
|
||||||
|
|
||||||
=== next
|
=== 0.9.6 Virile Vigorous and Potent
|
||||||
|
|
||||||
|
+ A bug, a fix, a bug fix, a fix bug.
|
||||||
|
|
||||||
+ Fix Update processing.
|
+ 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
|
Custom HTML messages may be added to select pages by using the
|
||||||
.Ic admin
|
.Ic admin
|
||||||
command.
|
command.
|
||||||
|
This interface is a little rough.
|
||||||
A restart is required after changes.
|
A restart is required after changes.
|
||||||
.Bl -tag -width tenletters
|
.Bl -tag -width tenletters
|
||||||
.It server
|
.It server
|
||||||
|
|
Loading…
Reference in New Issue