Restore 2x missing <br />. Props Nazgul and Xmion. fixes #3221
git-svn-id: https://develop.svn.wordpress.org/trunk@4447 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
59c610ec06
commit
e2fb86e7bc
@ -90,7 +90,7 @@ $bookmarklet_height= 440;
|
||||
<input type="text" name="yim" value="<?php echo $profileuser->yim ?>" />
|
||||
</label></p>
|
||||
|
||||
<p><label><?php _e('Jabber / Google Talk:') ?>
|
||||
<p><label><?php _e('Jabber / Google Talk:') ?><br />
|
||||
<input type="text" name="jabber" value="<?php echo $profileuser->jabber ?>" /></label>
|
||||
</p>
|
||||
</fieldset>
|
||||
|
@ -156,7 +156,7 @@ echo $role_list . '</select>';
|
||||
<input type="text" name="yim" value="<?php echo $profileuser->yim ?>" />
|
||||
</label></p>
|
||||
|
||||
<p><label><?php _e('Jabber / Google Talk:') ?>
|
||||
<p><label><?php _e('Jabber / Google Talk:') ?><br />
|
||||
<input type="text" name="jabber" value="<?php echo $profileuser->jabber ?>" /></label>
|
||||
</p>
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user