Updates: Remove a stray "
from a tag.
Props afercia. See #39057. git-svn-id: https://develop.svn.wordpress.org/trunk@39656 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
247e08e84a
commit
85ad040c97
@ -1239,7 +1239,7 @@ if ( isset( $types['ssh'] ) ) {
|
|||||||
$hidden_class = ' class="hidden"';
|
$hidden_class = ' class="hidden"';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<fieldset id="ssh-keys"<?php echo $hidden_class; ?>">
|
<fieldset id="ssh-keys"<?php echo $hidden_class; ?>>
|
||||||
<legend><?php _e( 'Authentication Keys' ); ?></legend>
|
<legend><?php _e( 'Authentication Keys' ); ?></legend>
|
||||||
<label for="public_key">
|
<label for="public_key">
|
||||||
<span class="field-title"><?php _e('Public Key:') ?></span>
|
<span class="field-title"><?php _e('Public Key:') ?></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user