summaryrefslogtreecommitdiff
path: root/includes/functions/functions_print.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-19 14:14:36 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-19 14:14:36 +0000
commit6cb7c32ca2e2925421cd0b548592098b75791d46 (patch)
tree87a7ae4c01dda00a12c38ade82d36e837295ff01 /includes/functions/functions_print.php
parentf716812badf2c91b09fd6d6a3d5c3307223b44f8 (diff)
downloadwebtrees-6cb7c32ca2e2925421cd0b548592098b75791d46.tar.gz
webtrees-6cb7c32ca2e2925421cd0b548592098b75791d46.tar.bz2
webtrees-6cb7c32ca2e2925421cd0b548592098b75791d46.zip
Tidy whitespace/indentation
Diffstat (limited to 'includes/functions/functions_print.php')
-rw-r--r--includes/functions/functions_print.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php
index b8b3b89d00..5dd2b9ae66 100644
--- a/includes/functions/functions_print.php
+++ b/includes/functions/functions_print.php
@@ -1049,7 +1049,7 @@ function print_fact_notes($factrec, $level, $textOnly=false, $return=false) {
}
/*
if($closeSpan){
- if ($j==$ct-1 || $textOnly==false) {
+ if ($j==$ct-1 || $textOnly==false) {
$data .= "</span>";
} else {
$data .= "</span><br /><br />";
@@ -2318,4 +2318,3 @@ function DumpString($input) {
echo '</span></code>';
return true;
}
-?>