fix for r20148. Thanks to Nikerabbit for save me from stabbing
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 5 Mar 2007 21:49:26 +0000 (21:49 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 5 Mar 2007 21:49:26 +0000 (21:49 +0000)
includes/SpecialRecentchangeslinked.php

index bcc871c..a3e18f8 100644 (file)
@@ -166,7 +166,7 @@ $GROUPBY
                        --$limit;
                }
        } else {
-               $wgOut->addHTML( '<p>' . wfMsg('recentchangeslinked-noresult') . '</p' );
+               $wgOut->addWikiText( wfMsg('recentchangeslinked-noresult') );
        }
        $s .= $list->endRecentChangesList();