diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index ef48ca4eb..b3c7587cb 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -5141,7 +5141,7 @@ container = $.el('div', { id: "pc" + postID, className: "postContainer " + (isOP ? 'op' : 'reply') + "Container", - innerHTML: "" + (isOP ? '' : "
>>
") + "
" + (isOP ? fileHTML : '') + "
" + subject + "" + emailStart + "" + (name || '') + "" + (tripcode + capcodeStart + emailEnd + capcode + userID + flag) + "" + " " + "" + date + "" + " " + "No." + postID + "" + (pageIcon + sticky + closed + replyLink) + "
" + (isOP ? '' : fileHTML) + "
" + (comment || '') + "
" + " " + "
" + innerHTML: "" + (isOP ? '' : "
>>
") + "
" + (isOP ? fileHTML : '') + "
" + ' ' + "" + (subject || '') + "" + ' ' + "" + emailStart + "" + (name || '') + "" + (tripcode + capcodeStart + emailEnd + capcodeIcon + userID + flag) + "" + " " + "" + date + "" + ' ' + "No." + postID + "" + (pageIcon + sticky + closed + replyLink) + "
" + (isOP ? '' : fileHTML) + "
" + (comment || '') + "
" + ' ' + "
" }); _ref = $$('.quotelink', container); for (_i = 0, _len = _ref.length; _i < _len; _i++) { diff --git a/builds/crx/script.js b/builds/crx/script.js index bc33b3402..ff0302c41 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -5166,7 +5166,7 @@ container = $.el('div', { id: "pc" + postID, className: "postContainer " + (isOP ? 'op' : 'reply') + "Container", - innerHTML: "" + (isOP ? '' : "
>>
") + "
" + (isOP ? fileHTML : '') + "
" + subject + "" + emailStart + "" + (name || '') + "" + (tripcode + capcodeStart + emailEnd + capcode + userID + flag) + "" + " " + "" + date + "" + " " + "No." + postID + "" + (pageIcon + sticky + closed + replyLink) + "
" + (isOP ? '' : fileHTML) + "
" + (comment || '') + "
" + " " + "
" + innerHTML: "" + (isOP ? '' : "
>>
") + "
" + (isOP ? fileHTML : '') + "
" + ' ' + "" + (subject || '') + "" + ' ' + "" + emailStart + "" + (name || '') + "" + (tripcode + capcodeStart + emailEnd + capcodeIcon + userID + flag) + "" + " " + "" + date + "" + ' ' + "No." + postID + "" + (pageIcon + sticky + closed + replyLink) + "
" + (isOP ? '' : fileHTML) + "
" + (comment || '') + "
" + ' ' + "
" }); _ref = $$('.quotelink', container); for (_i = 0, _len = _ref.length; _i < _len; _i++) { diff --git a/src/General/html/Build/post.html b/src/General/html/Build/post.html index 068c5e019..1773310e9 100755 --- a/src/General/html/Build/post.html +++ b/src/General/html/Build/post.html @@ -1,6 +1,6 @@ """#{if isOP then '' else "
>>
"}
- #{subject} + #{' '}#{subject or ''}#{' '} #{emailStart} #{name or ''} - #{tripcode + capcodeStart + emailEnd + capcode + userID + flag} + #{tripcode + capcodeStart + emailEnd + capcodeIcon + userID + flag} #{" "} - #{date}#{" "} + #{date}#{' '} No. #{comment or ''}#{" "} +
#{comment or ''}
#{' '}
"""