fix escaping oversight

This commit is contained in:
ccd0 2014-08-10 21:51:35 -07:00
parent 8488198c38
commit 8c16997e1f

View File

@ -158,7 +158,7 @@ Build =
postLink = Build.postURL boardID, threadID, postID
quoteLink = if Build.sameThread boardID, threadID
"javascript:quote('#{postID}');"
"javascript:quote('#{+postID}');"
else
"/#{boardID}/thread/#{threadID}\#q#{postID}"