From 9336586b1fe14eb11cb64e0b108ac129bda1c4c8 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 14 Oct 2004 04:40:58 +0000 Subject: [PATCH] Fix potential HTML breakage if removechecked message were to include an apostrophe --- includes/SpecialWatchlist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1