From e229c3af1da797ad1bbd12d3dffa02aa41f0a93b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 15 May 2014 17:46:57 -0700 Subject: [PATCH] fix empty comment loading from archives --- src/General/Get.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Get.coffee b/src/General/Get.coffee index d9a0fee47..00d295606 100755 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -158,7 +158,7 @@ Get = return # 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/asagi/blob/master/src/main/java/net/easymodo/asagi/Yotsuba.java#L109-138 h_comment = h_comment.replace ///