Make WordPress Core


Ignore:
Timestamp:
08/14/2007 03:12:24 AM (19 years ago)
Author:
ryan
Message:

Space before slash to properly close br tag. Props tmountjr. fixes #4717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r5867 r5870  
    981981                                                if(!(($aindex = array_search($index_string, $indices)) === false)) {
    982982                                                        unset($indices[$aindex]);
    983                                                         //echo "<pre style=\"border:1px solid #ccc;margin-top:5px;\">{$table}:<br/>Found index:".$index_string."</pre>\n";
     983                                                        //echo "<pre style=\"border:1px solid #ccc;margin-top:5px;\">{$table}:<br />Found index:".$index_string."</pre>\n";
    984984                                                }
    985                                                 //else echo "<pre style=\"border:1px solid #ccc;margin-top:5px;\">{$table}:<br/><b>Did not find index:</b>".$index_string."<br/>".print_r($indices, true)."</pre>\n";
     985                                                //else echo "<pre style=\"border:1px solid #ccc;margin-top:5px;\">{$table}:<br /><b>Did not find index:</b>".$index_string."<br />".print_r($indices, true)."</pre>\n";
    986986                                        }
    987987                                }
Note: See TracChangeset for help on using the changeset viewer.