summaryrefslogtreecommitdiff
path: root/app/Functions
diff options
context:
space:
mode:
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>';
}
}