minor display fix

git-svn-id: http://svn.automattic.com/wordpress/trunk@1288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-05-16 20:54:03 +00:00
parent c66fd77dbd
commit f6e35d2384
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ for ($x = 1; $x < $y; $x++) {
$j = -1;
foreach ($authors as $author) {
++$j;
echo '<li><i>'.$author.'</i><br />'.'<input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30"';
echo '<li><i>'.$author.'</i><br />'.'<input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30">';
users_form($j);
echo '</li>';
}