summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-25 19:25:10 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-25 19:25:10 +0000
commit8e34d70b279a52c64eec2f2b727416f7b1b1bca3 (patch)
treec4b382be493795aa5c0b1bccce173b0897540970 /includes
parentc3c1e07595f0efb20d13c858d96810dc7ed295ad (diff)
downloadwebtrees-8e34d70b279a52c64eec2f2b727416f7b1b1bca3.tar.gz
webtrees-8e34d70b279a52c64eec2f2b727416f7b1b1bca3.tar.bz2
webtrees-8e34d70b279a52c64eec2f2b727416f7b1b1bca3.zip
Diffstat (limited to 'includes')
-rw-r--r--includes/functions/functions_print.php2
-rw-r--r--includes/functions/functions_print_lists.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php
index 4603eb2c5b..6713c9bf2b 100644
--- a/includes/functions/functions_print.php
+++ b/includes/functions/functions_print.php
@@ -468,7 +468,7 @@ function print_header($title) {
}
$bodyOnLoad .= "\"";
require WT_ROOT.$headerfile;
-
+
// Allow the browser to format the header/menus while we generate the page
flush();
}
diff --git a/includes/functions/functions_print_lists.php b/includes/functions/functions_print_lists.php
index b9d7cf583f..4c9749c8f4 100644
--- a/includes/functions/functions_print_lists.php
+++ b/includes/functions/functions_print_lists.php
@@ -1308,7 +1308,7 @@ function format_surname_list($surnames, $style, $totals) {
$newcol=ceil($count/$col);
$html2 ='<table class="list_table"><tr>';
$html2.='<td class="list_value" style="padding: 14px;">';
-
+
foreach ($html as $surn=>$surns) {
$html2.= $surns.'<br />';
$i++;
@@ -1318,7 +1318,7 @@ function format_surname_list($surnames, $style, $totals) {
}
}
$html2.='</td></tr></table>';
-
+
return $html2;
}
}