diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-03-28 13:33:58 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-03-28 13:33:58 +0000 |
| commit | 9d1b6c193ed79b6f2252bc7d28a831b4c377437f (patch) | |
| tree | da6153872203215e55727108b074c35f8c72344d /fanchart.php | |
| parent | 67e8d3e0ebb6cdb5c161081fbb36fc9f9eb0bd17 (diff) | |
| download | webtrees-9d1b6c193ed79b6f2252bc7d28a831b4c377437f.tar.gz webtrees-9d1b6c193ed79b6f2252bc7d28a831b4c377437f.tar.bz2 webtrees-9d1b6c193ed79b6f2252bc7d28a831b4c377437f.zip | |
Functions should return HTML, rather than output it
Diffstat (limited to 'fanchart.php')
| -rw-r--r-- | fanchart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fanchart.php b/fanchart.php index 9076c1e5b9..d4a37aff3c 100644 --- a/fanchart.php +++ b/fanchart.php @@ -52,7 +52,7 @@ if ($ENABLE_AUTOCOMPLETE) { </td> <td class="optionbox"> <input class="pedigree_form" type="text" name="rootid" id="rootid" size="3" value="<?php echo $controller->rootid; ?>"> - <?php print_findindi_link('rootid', ''); ?> + <?php echo print_findindi_link('rootid'); ?> </td> <td class="descriptionbox"> <?php echo WT_I18N::translate('Layout'); ?> |
