mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix #7976: Do not add button value to gettext
This commit is contained in:
parent
f6d840a192
commit
9006d84f21
@ -210,7 +210,7 @@ if (is_array($confvers)):
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">
|
||||
<button type="submit" name="diff" class="btn btn-info btn-xs" value="<?=gettext("Diff"); ?>">
|
||||
<button type="submit" name="diff" class="btn btn-info btn-xs" value="Diff">
|
||||
<i class="fa fa-exchange icon-embed-btn"></i>
|
||||
<?=gettext("Diff"); ?>
|
||||
</button>
|
||||
@ -274,7 +274,7 @@ if (is_array($confvers)):
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<button type="submit" name="diff" class="btn btn-info btn-xs" value="<?=gettext("Diff"); ?>">
|
||||
<button type="submit" name="diff" class="btn btn-info btn-xs" value="Diff">
|
||||
<i class="fa fa-exchange icon-embed-btn"></i>
|
||||
<?=gettext("Diff"); ?>
|
||||
</button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user