Changeset 3185 for trunk/install.php


Ignore:
Timestamp:
Mar 9, 2009, 8:41:45 PM (15 years ago)
Author:
nikrou
Message:

fix html warnings. unclosed monotags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r3049 r3185  
    298298      $html_content = nl2br( $html_content );
    299299      $error_copy = l10n('step1_err_copy');
    300       $error_copy .= '<br />--------------------------------------------------------------------<br />';
     300      $error_copy .= '<br>--------------------------------------------------------------------<br>';
    301301      $error_copy .= '<span class="sql_content">' . $html_content . '</span>';
    302       $error_copy .= '<br />--------------------------------------------------------------------<br />';
     302      $error_copy .= '<br>--------------------------------------------------------------------<br>';
    303303    }
    304304    @fputs($fp, $file_content, strlen($file_content));
Note: See TracChangeset for help on using the changeset viewer.