Add a p to hashes of quotified links.

This commit is contained in:
Nicolas Stepien 2012-05-01 17:13:21 +02:00
parent b8e953d4ae
commit 6038e06ef6

View File

@ -2612,7 +2612,7 @@ Quotify =
textContent: "#{quote}\u00A0(Dead)"
if board is g.BOARD and $.id id
a.href = "##{id}"
a.href = "#p#{id}"
a.className = 'quotelink'
a.setAttribute 'onclick', "replyhl('#{id}');"
else