diff options
Diffstat (limited to 'includes/classes/class_reporthtml.php')
| -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; |
