fix empty comment loading from archives
This commit is contained in:
parent
cb828fa9c4
commit
e229c3af1d
@ -158,7 +158,7 @@ Get =
|
|||||||
return
|
return
|
||||||
|
|
||||||
# convert comment to html
|
# convert comment to html
|
||||||
h_comment = Build.h_escape data.comment
|
h_comment = Build.h_escape (data.comment or '')
|
||||||
# https://github.com/eksopl/fuuka/blob/master/Board/Yotsuba.pm#L413-452
|
# https://github.com/eksopl/fuuka/blob/master/Board/Yotsuba.pm#L413-452
|
||||||
# https://github.com/eksopl/asagi/blob/master/src/main/java/net/easymodo/asagi/Yotsuba.java#L109-138
|
# https://github.com/eksopl/asagi/blob/master/src/main/java/net/easymodo/asagi/Yotsuba.java#L109-138
|
||||||
h_comment = h_comment.replace ///
|
h_comment = h_comment.replace ///
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user