diff options
author | Colin Fleming <cj_fleming@sky.com> | 2016-09-21 20:39:17 +0100 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2016-10-07 15:05:18 -0400 |
commit | b65bfb624655a0a19ee70d5d4afde22f95a7c7ff (patch) | |
tree | ba792d0019a57c1b59d83a08f127064d242c077a /src | |
parent | 12190b7c3166ca65176f7df52f1c4dfab059b0ba (diff) | |
download | pfsense-b65bfb624655a0a19ee70d5d4afde22f95a7c7ff.zip pfsense-b65bfb624655a0a19ee70d5d4afde22f95a7c7ff.tar.gz |
Spelling mistake "system_gateways.php"
Fix spelling mistake in "system_gateways.php"
(cherry picked from commit 47180823dc0560801085a227abf512e265363b16)
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/system_gateways.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways.php b/src/usr/local/www/system_gateways.php index e2ca139..96ca1b1 100644 --- a/src/usr/local/www/system_gateways.php +++ b/src/usr/local/www/system_gateways.php @@ -267,7 +267,7 @@ display_top_tabs($tab_array); <div class="panel-heading"><h2 class="panel-title"><?=gettext('Gateways')?></h2></div> <div class="panel-body"> <div class="table-responsive"> - <table class="table table-striped tabel-hover table-condensed table-rowdblclickedit"> + <table class="table table-striped table-hover table-condensed table-rowdblclickedit"> <thead> <tr> <th></th> |