Index: branches/liquidthreads/includes/ChangesList.php |
— | — | @@ -179,8 +179,8 @@ |
180 | 180 | // LQT HACK. |
181 | 181 | $thread = Threads::withRoot(new Post( $rc->getTitle() )); |
182 | 182 | if ($thread) { |
183 | | - $articlelink .= ' (from ' . $this->skin->makeKnownLinkObj( |
184 | | - $thread->article()->getTitle()->getTalkPage() ) . ')'; |
| 183 | + $articlelink .= ' from ' . $this->skin->makeKnownLinkObj( |
| 184 | + $thread->article()->getTitle()->getTalkPage() ); |
185 | 185 | } |
186 | 186 | |
187 | 187 | $s .= ' '.$articlelink; |