diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-12-12 11:47:53 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-12-12 11:47:53 +0000 |
| commit | c499fc2273b71f1df37c3f09c7e87c45e65ebf2d (patch) | |
| tree | 7d8d9539cf34f19e2663e6996668d74f683396ac /modules_v3/individuals/module.php | |
| parent | 9fe7d3b40901f5ab54d580fbde3fc7199678e4e4 (diff) | |
| download | webtrees-c499fc2273b71f1df37c3f09c7e87c45e65ebf2d.tar.gz webtrees-c499fc2273b71f1df37c3f09c7e87c45e65ebf2d.tar.bz2 webtrees-c499fc2273b71f1df37c3f09c7e87c45e65ebf2d.zip | |
HTML validation: & => &
Diffstat (limited to 'modules_v3/individuals/module.php')
| -rw-r--r-- | modules_v3/individuals/module.php | 4 |
1 files changed, 2 insertions, 2 deletions
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=' - <form method="post" action="module.php?mod='.$this->getName().'&mod_action=ajax" onsubmit="return false;"> + <form method="post" action="module.php?mod='.$this->getName().'&mod_action=ajax" onsubmit="return false;"> <input type="text" name="sb_indi_name" id="sb_indi_name" placeholder="'.WT_I18N::translate('Search').'" /> <p>'; foreach ($initials as $letter=>$count) { @@ -159,7 +159,7 @@ class individuals_WT_Module extends WT_Module implements WT_Module_Sidebar { $html=$letter; break; } - $html='<a href="module.php?mod='.$this->getName().'&mod_action=ajax&sb_action=individuals&alpha='.urlencode($letter).'" class="sb_indi_letter">'.PrintReady($html).'</a>'; + $html='<a href="module.php?mod='.$this->getName().'&mod_action=ajax&sb_action=individuals&alpha='.urlencode($letter).'" class="sb_indi_letter">'.PrintReady($html).'</a>'; $out .= $html." "; } |
