From: Brion Vibber Date: Sat, 12 Jun 2004 01:47:13 +0000 (+0000) Subject: Quote backslash slipup. Cosmetic. X-Git-Tag: 1.5.0alpha1~2896 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=a38b914fd8c98278d232abee07c7d076095d27e4;p=lhc%2Fweb%2Fwiklou.git Quote backslash slipup. Cosmetic. --- diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index e3950c3056..806eff0e96 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -103,7 +103,7 @@ function wfSpecialWatchlist() while( $s = wfFetchObject( $res ) ) { $t = Title::makeTitle( $s->wl_namespace, $s->wl_title ); if( is_null( $t ) ) { - $wgOut->addHTML( '\n" ); + $wgOut->addHTML( '\n" ); } else { $t = $t->getPrefixedText(); $wgOut->addHTML( "
  • " .