diff options
Diffstat (limited to 'modules_v3/googlemap/pedigree_map.php')
| -rw-r--r-- | modules_v3/googlemap/pedigree_map.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/googlemap/pedigree_map.php b/modules_v3/googlemap/pedigree_map.php index 4265c377e4..5691a134d3 100644 --- a/modules_v3/googlemap/pedigree_map.php +++ b/modules_v3/googlemap/pedigree_map.php @@ -112,7 +112,7 @@ echo '<h2>', $controller->getPageTitle(), '</h2>'; <tr> <td class="optionbox"> <input class="pedigree_form" type="text" id="rootid" name="rootid" size="3" value="<?php echo $controller->root->getXref(); ?>"> - <?php print_findindi_link("rootid",""); ?> + <?php echo print_findindi_link('rootid'); ?> </td> <td class="optionbox"> <select name="PEDIGREE_GENERATIONS"> |
