summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Wilenski <wooc@gazeta.pl>2011-01-24 17:12:39 +0000
committerŁukasz Wilenski <wooc@gazeta.pl>2011-01-24 17:12:39 +0000
commit6676715738d09f8387cd596d1ec6986278546e5e (patch)
tree5ad5f74a977ac8123cbfa6a85f717def62ddadf6
parentf26e346bc98f36d13adffc438e35424512dee333 (diff)
downloadwebtrees-6676715738d09f8387cd596d1ec6986278546e5e.tar.gz
webtrees-6676715738d09f8387cd596d1ec6986278546e5e.tar.bz2
webtrees-6676715738d09f8387cd596d1ec6986278546e5e.zip
#706788 - Run on NOTE from REPO
-rw-r--r--includes/functions/functions_print_facts.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/functions/functions_print_facts.php b/includes/functions/functions_print_facts.php
index eaee159509..d366c1afc9 100644
--- a/includes/functions/functions_print_facts.php
+++ b/includes/functions/functions_print_facts.php
@@ -474,6 +474,7 @@ function print_repository_record($xref) {
if ($repository && $repository->canDisplayDetails()) {
echo '<a class="field" href="', $repository->getHtmlUrl(), '">', $repository->getFullName(), '</a><br />';
print_address_structure($repository->getGedcomRecord(), 1);
+ echo '<br />';
print_fact_notes($repository->getGedcomRecord(), 1);
}
}