fix escaping oversight
This commit is contained in:
parent
8488198c38
commit
8c16997e1f
@ -158,7 +158,7 @@ Build =
|
|||||||
|
|
||||||
postLink = Build.postURL boardID, threadID, postID
|
postLink = Build.postURL boardID, threadID, postID
|
||||||
quoteLink = if Build.sameThread boardID, threadID
|
quoteLink = if Build.sameThread boardID, threadID
|
||||||
"javascript:quote('#{postID}');"
|
"javascript:quote('#{+postID}');"
|
||||||
else
|
else
|
||||||
"/#{boardID}/thread/#{threadID}\#q#{postID}"
|
"/#{boardID}/thread/#{threadID}\#q#{postID}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user