summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-03-09 16:17:44 -0500
committerjim-p <jimp@pfsense.org>2016-03-09 16:26:20 -0500
commit6fe069a4419ad1d51c0c8c18ed4a289c9b8c050f (patch)
tree7d1228f336de5a31fe8142b2d69366e5f5caa290 /src
parentaea6feeece63ed3c1a1e076fef16b64b18b8040e (diff)
downloadpfsense-6fe069a4419ad1d51c0c8c18ed4a289c9b8c050f.zip
pfsense-6fe069a4419ad1d51c0c8c18ed4a289c9b8c050f.tar.gz
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/diag_command.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_command.php b/src/usr/local/www/diag_command.php
index e279286..c0bc5d2 100644
--- a/src/usr/local/www/diag_command.php
+++ b/src/usr/local/www/diag_command.php
@@ -259,7 +259,7 @@ if (!isBlank($_POST['txtCommand'])):?>
</button>
<button type="button" class="btn btn-default btn-sm" name="btnRecallNext" onclick="btnRecall_onClick( this.form, 1 );" title="<?=gettext("Recall Next Command")?>">
<i class="fa fa-angle-double-right"></i>
- </a>
+ </button>
<button type="button" class="btn btn-default btn-sm" onclick="return Reset_onClick( this.form );" title="<?=gettext("Clear command entry")?>">
<i class="fa fa-undo"></i>
<?=gettext("Clear"); ?>
OpenPOWER on IntegriCloud