Take out duplicate ID. Props JeremyVisser. fixes #3432
git-svn-id: http://svn.automattic.com/wordpress/trunk@5237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
879a091a06
commit
253bbfcd7f
|
@ -32,7 +32,7 @@ addLoadEvent(focusit);
|
||||||
<fieldset id="uridiv">
|
<fieldset id="uridiv">
|
||||||
<legend><label for="newcomment_author_url"><?php _e('URL:') ?></label></legend>
|
<legend><label for="newcomment_author_url"><?php _e('URL:') ?></label></legend>
|
||||||
<div>
|
<div>
|
||||||
<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="35" value="<?php echo $comment->comment_author_url ?>" tabindex="3" id="URL" />
|
<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="35" value="<?php echo $comment->comment_author_url ?>" tabindex="3" />
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue