From e64815c24bb3abe974ba961f9df05755f82a129a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 12 Apr 2015 21:36:53 -0700 Subject: [PATCH] comment -> commentHTML --- src/General/Build.coffee | 4 ++-- src/General/html/Build/Post.html | 2 +- src/General/lib/fetcher.class | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/General/Build.coffee b/src/General/Build.coffee index c6d636980..b47661b84 100755 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -42,7 +42,7 @@ Build = flag: Build.unescape data.country_name dateText: data.now dateUTC: data.time - comment: {innerHTML: data.com or ''} + commentHTML: {innerHTML: data.com or ''} # thread status isSticky: !!data.sticky isClosed: !!data.closed @@ -78,7 +78,7 @@ Build = { postID, threadID, boardID name, capcode, capcodeHighlight, tripcode, uniqueID, email, subject, flagCode, flag, dateText, dateUTC - comment + commentHTML file, fileDeleted } = o isOP = postID is threadID diff --git a/src/General/html/Build/Post.html b/src/General/html/Build/Post.html index 4522081aa..35ebe5c5f 100644 --- a/src/General/html/Build/Post.html +++ b/src/General/html/Build/Post.html @@ -1,5 +1,5 @@ ?{!isOP}{
>>
}
?{isOP}{&{fileBlock}&{postInfo}}{&{postInfo}&{fileBlock}} -
&{comment}
+
&{commentHTML}
diff --git a/src/General/lib/fetcher.class b/src/General/lib/fetcher.class index 36b0e670f..e09b1ea03 100644 --- a/src/General/lib/fetcher.class +++ b/src/General/lib/fetcher.class @@ -144,7 +144,7 @@ class Fetcher flag: data.poster_country_name dateText: data.fourchan_date dateUTC: data.timestamp - comment: comment + commentHTML: comment # file if data.media?.media_filename o.file =