From c499fc2273b71f1df37c3f09c7e87c45e65ebf2d Mon Sep 17 00:00:00 2001 From: fisharebest Date: Mon, 12 Dec 2011 11:47:53 +0000 Subject: HTML validation: & => & --- modules_v3/individuals/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules_v3/individuals/module.php') diff --git a/modules_v3/individuals/module.php b/modules_v3/individuals/module.php index 43ace2abd1..ccc907716b 100644 --- a/modules_v3/individuals/module.php +++ b/modules_v3/individuals/module.php @@ -141,7 +141,7 @@ class individuals_WT_Module extends WT_Module implements WT_Module_Sidebar { $out=' -
+

'; foreach ($initials as $letter=>$count) { @@ -159,7 +159,7 @@ class individuals_WT_Module extends WT_Module implements WT_Module_Sidebar { $html=$letter; break; } - $html=''.PrintReady($html).''; + $html=''.PrintReady($html).''; $out .= $html." "; } -- cgit v1.3