MDL-7953 xhtml compliance in messaging - first step

This commit is contained in:
skodak
2006-12-18 09:04:33 +00:00
parent fd9b61e04f
commit 0d3bb48dc8
6 changed files with 26 additions and 24 deletions
+2 -2
View File
@@ -49,7 +49,7 @@
message_unblock_contact($unblockcontact);
}
print_header('','','','','',false,'','',false,'leftmargin="2" topmargin="2" marginwidth="2" marginheight="2"');
print_header('','','','','',false,'','',false,'');
echo '<table width="100%" cellpadding="0" cellspacing="0"><tr>';
echo '<td width="100">';
echo print_user_picture($user->id, SITEID, $user->picture, true, true, true, 'userwindow').'</td>';
@@ -87,6 +87,6 @@
echo '</td></tr></table>';
echo '</table></table></body>'; // Close possible theme tables off
echo '</div></div></body></html>'; // Close possible theme tables off
?>