diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-12-12 13:10:58 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-12-12 13:10:58 +0000 |
| commit | 8e95bded8d117b69f41229d811253b801bc768a4 (patch) | |
| tree | c3df345965fab1719a269c8ea07dd12def2697c0 /modules_v3/individuals/module.php | |
| parent | c499fc2273b71f1df37c3f09c7e87c45e65ebf2d (diff) | |
| download | webtrees-8e95bded8d117b69f41229d811253b801bc768a4.tar.gz webtrees-8e95bded8d117b69f41229d811253b801bc768a4.tar.bz2 webtrees-8e95bded8d117b69f41229d811253b801bc768a4.zip | |
HTML validation - use html5-style for self-closing tags, instead of xhtml-style
Diffstat (limited to 'modules_v3/individuals/module.php')
| -rw-r--r-- | modules_v3/individuals/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/individuals/module.php b/modules_v3/individuals/module.php index ccc907716b..9506e149ed 100644 --- a/modules_v3/individuals/module.php +++ b/modules_v3/individuals/module.php @@ -142,7 +142,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;"> - <input type="text" name="sb_indi_name" id="sb_indi_name" placeholder="'.WT_I18N::translate('Search').'" /> + <input type="text" name="sb_indi_name" id="sb_indi_name" placeholder="'.WT_I18N::translate('Search').'"> <p>'; foreach ($initials as $letter=>$count) { switch ($letter) { |
