diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2010-11-05 17:54:39 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2010-11-05 17:54:39 +0000 |
| commit | d83dbfb05fdbc1f80c30317f606b5012ba41c840 (patch) | |
| tree | 3a9b89e34ed40ef43e2498bb1f469f4eb8f612d2 /includes/classes | |
| parent | e2c66937cbaf46fe4b59899447b8468b67176200 (diff) | |
| download | webtrees-d83dbfb05fdbc1f80c30317f606b5012ba41c840.tar.gz webtrees-d83dbfb05fdbc1f80c30317f606b5012ba41c840.tar.bz2 webtrees-d83dbfb05fdbc1f80c30317f606b5012ba41c840.zip | |
#671378 Cemetery report format error
Diffstat (limited to 'includes/classes')
| -rw-r--r-- | includes/classes/class_reporthtml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/classes/class_reporthtml.php b/includes/classes/class_reporthtml.php index 66f9022f1f..a06e40e480 100644 --- a/includes/classes/class_reporthtml.php +++ b/includes/classes/class_reporthtml.php @@ -237,7 +237,7 @@ class ReportBaseHTML extends ReportBase { } //-- body echo " -</div>", WT_JS_START, "document.getElementById('headerdiv').style.height='", $this->topmargin - $this->headermargin, "pt';", WT_JS_END, +</div>", WT_JS_START, "document.getElementById('headerdiv').style.height='", $this->topmargin + $this->headermargin + 10, "pt';", WT_JS_END, "<div id=\"bodydiv\" style=\"position:relative; top:auto; width:", $this->noMarginWidth, "pt; height:100%;\">"; $this->Y = 0; $this->maxY = 0; |
