diff --git a/src/General/Build.coffee b/src/General/Build.coffee index a2c67bca7..f7581daf2 100644 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -223,6 +223,7 @@ Build = for quote in $$ '.quotelink', container href = quote.getAttribute 'href' continue if href[0] is '/' # Cross-board quote, or board link + href = "#{threadID}#{href}" if href[0] is '#' quote.href = "/#{boardID}/thread/#{href}" # Fix pathnames container