From 71a88631ef92e57d25a9b5573b852cb5b04821dd Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sun, 20 Apr 2014 13:22:25 +0200 Subject: [PATCH] Fix #1573. --- src/General/Build.coffee | 1 + 1 file changed, 1 insertion(+) 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