Index: trunk/extensions/LiquidThreads/pages/TalkpageView.php |
— | — | @@ -96,7 +96,9 @@ |
97 | 97 | $rows = array(); |
98 | 98 | foreach( $threads as $thread ) { |
99 | 99 | $row = ''; |
| 100 | + $anchor = '#'.$this->anchorName( $thread ); |
100 | 101 | $subject = $this->output->parseInline( $thread->subjectWithoutIncrement() ); |
| 102 | + $subject = Xml::tags( 'a', array( 'href' => $anchor ), $subject ); |
101 | 103 | $row .= Xml::tags( 'td', null, $subject ); |
102 | 104 | |
103 | 105 | $author = $thread->root()->originalAuthor(); |