diff --git a/src/General/Get.coffee b/src/General/Get.coffee index 004011645..35276ab0c 100644 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -5,7 +5,7 @@ Get = OP.info.subject?.trim() or OP.info.commentDisplay.replace(/\n+/g, ' // ') or OP.file?.name or - OP.info.nameBlock) + "No.#{OP}") return "#{excerpt[...70]}..." if excerpt.length > 73 excerpt threadFromRoot: (root) ->