Browse Source

minor HTML fix

pdontthink 21 years ago
parent
commit
7fc2e57024
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/display_messages.php

+ 1 - 1
functions/display_messages.php

@@ -144,8 +144,8 @@ function error_box($string, $color) {
    echo '              <tr>' . html_tag( 'td', $string."\n", 'left')
                     . '</tr>';
    echo '            </table>';
+   echo '        </td></tr>';
    echo '       </table></td></tr>';
    echo '    </table>';
-   echo '  </td></tr>';
 }
 ?>