summaryrefslogtreecommitdiff
path: root/includes/functions/functions_print.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions/functions_print.php')
-rw-r--r--includes/functions/functions_print.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php
index 9cc0a1850a..9b0c840658 100644
--- a/includes/functions/functions_print.php
+++ b/includes/functions/functions_print.php
@@ -1720,7 +1720,7 @@ function format_fact_place(&$eventObj, $anchor=false, $sub=false, $lds=false) {
if (preg_match('/\d NOTE (.*)/', $placerec, $match)) {
ob_start();
print_fact_notes($placerec, 3);
- $html.=ob_get_contents();
+ $html.='<br />'.ob_get_contents();
ob_end_clean();
}
}