From: Brion Vibber Date: Thu, 14 Oct 2004 04:40:58 +0000 (+0000) Subject: Fix potential HTML breakage if removechecked message were to include an apostrophe X-Git-Tag: 1.5.0alpha1~1557 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=9336586b1fe14eb11cb64e0b108ac129bda1c4c8;p=lhc%2Fweb%2Fwiklou.git Fix potential HTML breakage if removechecked message were to include an apostrophe --- diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index 5b9abdd21a..be82afed5e 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -128,8 +128,8 @@ function wfSpecialWatchlist() { } } $wgOut->addHTML( "\n" . - "\n" . + "\n" . "\n" ); return;