From 8e129a8df87a000ee8409be245cc50e6ebb264b3 Mon Sep 17 00:00:00 2001 From: Nigel Osborne Date: Mon, 29 Nov 2010 04:10:29 +0000 Subject: Bug #682531 - NOTE concatenated to parent PLAC --- includes/functions/functions_print.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.='
'.ob_get_contents(); ob_end_clean(); } } -- cgit v1.3