Bläddra i källkod

when table width is not set, it affects width of objects (iframes in
show_default_html=1 case) placed inside table.

tokul 20 år sedan
förälder
incheckning
5f173957c2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -945,7 +945,7 @@ echo '      <tr><td>';
 echo '        <table width="100%" cellpadding="3" cellspacing="0" align="center" border="0">';
 echo '          <tr bgcolor="'.$color[4].'"><td>';
 // echo '            <table cellpadding="1" cellspacing="5" align="left" border="0">';
-echo html_tag( 'table' ,'' , 'left', '', 'cellpadding="1" cellspacing="5" border="0"' );
+echo html_tag( 'table' ,'' , 'left', '', 'width="100%" cellpadding="1" cellspacing="5" border="0"' );
 echo '              <tr>' . html_tag( 'td', '<br />'. $messagebody."\n", 'left')
                         . '</tr>';
 echo '            </table>';