Ver Fonte

Minor fixes to HTML markup. (#2274)

call_flow_edit.php
- fix: <script> tag output before html headers
jebsolutions há 8 anos atrás
pai
commit
1ae340c298
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      core/users/user_edit.php

+ 1 - 0
core/users/user_edit.php

@@ -597,6 +597,7 @@ if (count($_POST) > 0 && $_POST["persistform"] != "1") {
 	echo "<input type='hidden' name='action' id='action' value=''>\n";
 
 	echo "<table cellpadding='0' cellspacing='0' border='0' width='100%'>";
+	echo "<tr>\n";
 	echo "<td align='left' width='90%' valign='top' nowrap><b>".$text['header-user_edit']."</b></td>\n";
 	echo "<td align='right' nowrap>\n";
 	if (permission_exists('user_add') || permission_exists('user_edit')) {