From a38b914fd8c98278d232abee07c7d076095d27e4 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 12 Jun 2004 01:47:13 +0000 Subject: [PATCH] Quote backslash slipup. Cosmetic. --- includes/SpecialWatchlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( "
  • " . -- 2.20.1