mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
One more typo on Alternative Names fill, that was setting type field with $value
This commit is contained in:
parent
30c15c58a1
commit
4e4e35dd93
@ -804,7 +804,7 @@ function internalca_change() {
|
||||
?>
|
||||
<tr>
|
||||
<td>
|
||||
<input autocomplete="off" name="altname_type<?php echo $counter; ?>" type="text" class="formfld unknown" id="altname_type<?php echo $counter; ?>" size="20" value="<?=htmlspecialchars($value);?>" />
|
||||
<input autocomplete="off" name="altname_type<?php echo $counter; ?>" type="text" class="formfld unknown" id="altname_type<?php echo $counter; ?>" size="20" value="<?=htmlspecialchars($type);?>" />
|
||||
</td>
|
||||
<td>
|
||||
<input autocomplete="off" name="altname_value<?php echo $counter; ?>" type="text" class="formfld unknown" id="altname_value<?php echo $counter; ?>" size="20" value="<?=htmlspecialchars($value);?>" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user