mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-15 09:49:45 +01:00
add missing closing tag for <div> in showBody
This commit is contained in:
parent
0b6dd3f974
commit
bae63612e9
@ -683,9 +683,10 @@ pre {
|
|||||||
width: 99%;
|
width: 99%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div style="height:100%;width:100%; background-color:white; padding:0px; margin:0px;"><table width="100%" style="table-layout:fixed"><tr><td class="td_display">';
|
<div style="height:100%;width:100%; background-color:white; padding:0px; margin:0px;">
|
||||||
|
<table width="100%" style="table-layout:fixed"><tr><td class="td_display">';
|
||||||
|
|
||||||
$EndBody = '</td></tr></table>';
|
$EndBody = '</td></tr></table></div>';
|
||||||
$EndBody .= "</body></html>";
|
$EndBody .= "</body></html>";
|
||||||
if ($print) {
|
if ($print) {
|
||||||
print $BeginBody. $body .$EndBody;
|
print $BeginBody. $body .$EndBody;
|
||||||
|
Loading…
Reference in New Issue
Block a user