summaryrefslogtreecommitdiff
path: root/app/Functions
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-11-12 23:16:37 +0000
committerGreg Roach <fisharebest@gmail.com>2015-11-12 23:16:37 +0000
commit434de1ca157e397b4acda834b69e6b40980bc363 (patch)
tree316f49e5a5e69efd837bc23596bcb811ec729c6a /app/Functions
parenta4d42e0c2b245a162b3210e08c71bc7266a6b242 (diff)
downloadwebtrees-434de1ca157e397b4acda834b69e6b40980bc363.tar.gz
webtrees-434de1ca157e397b4acda834b69e6b40980bc363.tar.bz2
webtrees-434de1ca157e397b4acda834b69e6b40980bc363.zip
Fix #763
Diffstat (limited to 'app/Functions')
-rw-r--r--app/Functions/FunctionsEdit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Functions/FunctionsEdit.php b/app/Functions/FunctionsEdit.php
index 50ee0a9c46..628dd30815 100644
--- a/app/Functions/FunctionsEdit.php
+++ b/app/Functions/FunctionsEdit.php
@@ -628,9 +628,9 @@ class FunctionsEdit {
echo self::censusDateSelector(WT_LOCALE, $xref);
if (Module::getModuleByName('GEDFact_assistant') && GedcomRecord::getInstance($xref, $WT_TREE) instanceof Individual) {
echo
- '<a href="#" style="display: none;" id="assistant-link" onclick="return activateCensusAssistant();">' .
+ '<div></div><a href="#" style="display: none;" id="assistant-link" onclick="return activateCensusAssistant();">' .
I18N::translate('Create a new shared note using assistant') .
- '</a>';
+ '</a></div>';
}
}