diff --git a/src/General/Get.coffee b/src/General/Get.coffee index 3a2a56000..d84abb957 100644 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -4,6 +4,7 @@ Get = excerpt = "/#{thread.board}/ - " + ( OP.info.subject?.trim() or OP.info.commentDisplay.replace(/\n+/g, ' // ') or + OP.file?.name or OP.info.nameBlock) return "#{excerpt[...70]}..." if excerpt.length > 73 excerpt