Make WordPress Core


Ignore:
Timestamp:
05/16/2004 08:54:03 PM (21 years ago)
Author:
michelvaldrighi
Message:

minor display fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import-mt.php

    r1284 r1288  
    109109    foreach ($authors as $author) {
    110110    ++$j;
    111     echo '<li><i>'.$author.'</i><br />'.'<input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30"';
     111    echo '<li><i>'.$author.'</i><br />'.'<input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30">';
    112112    users_form($j);
    113113    echo '</li>';
Note: See TracChangeset for help on using the changeset viewer.