|
@@ -828,7 +828,7 @@ class Text {
|
828
|
828
|
if (isset($Exploded[1]) && (is_numeric($Exploded[1]) || (in_array($Exploded[1][0], array('a', 't', 'c', 'r')) && is_numeric(substr($Exploded[1], 1))))) {
|
829
|
829
|
// the part after | is either a number or starts with a, t, c or r, followed by a number (forum post, artist comment, torrent comment, collage comment or request comment, respectively)
|
830
|
830
|
$PostID = trim($Exploded[1]);
|
831
|
|
- $Str .= '<a quote-jump="'.$PostID.'"><strong class="quoteheader">'.$Exploded[0].'</strong> wrote: </a>';
|
|
831
|
+ $Str .= '<a data-quote-jump="'.$PostID.'"><strong class="quoteheader">'.$Exploded[0].'</strong> wrote: </a>';
|
832
|
832
|
}
|
833
|
833
|
else {
|
834
|
834
|
$Str .= '<strong class="quoteheader">'.$Exploded[0].'</strong> wrote: ';
|