From add55240888a3e895ee94278a9f431e0ded2300c Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Fri, 9 Dec 2005 18:47:53 +0000 Subject: [PATCH] layout fix --- includes/SpecialValidate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialValidate.php b/includes/SpecialValidate.php index 5c7f78a54a..6c0aabb0ac 100644 --- a/includes/SpecialValidate.php +++ b/includes/SpecialValidate.php @@ -429,9 +429,9 @@ class Validation { $vote .= "   "; } } - $ret .= "{$vote}\n"; + $ret .= "{$vote}\n"; - $ret .= ""; + $ret .= ""; $ret .= "\n"; } $checked = $focus ? " checked='checked'" : ""; -- 2.20.1