diff options
author | Renato Botelho <renato.botelho@bluepex.com> | 2010-08-13 08:58:52 -0300 |
---|---|---|
committer | Renato Botelho <renato.botelho@bluepex.com> | 2010-08-13 08:58:52 -0300 |
commit | 7e2ca7b5db8acc92ba875b36fdf38cfe61743351 (patch) | |
tree | 0a42091bbb56a81d26a693c1ed40051b49254688 /usr/local/www | |
parent | 0cd8ee5ce56b59175827eb2385abe315b8ac9570 (diff) | |
download | pfsense-7e2ca7b5db8acc92ba875b36fdf38cfe61743351.zip pfsense-7e2ca7b5db8acc92ba875b36fdf38cfe61743351.tar.gz |
Fix a duplicate line forgotten on a merge
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/diag_smart.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/diag_smart.php b/usr/local/www/diag_smart.php index 690155e..11aae90 100644 --- a/usr/local/www/diag_smart.php +++ b/usr/local/www/diag_smart.php @@ -207,7 +207,6 @@ switch($action) </tr> <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Email Address"); ?></td> - <td width="22%" valign="top" class="vncell"><?=gettext("Email Adress"); ?></td> <td width="78%" class="vtable"> <input type="text" name="smartmonemail" value="<?=$pconfig['smartmonemail']?>"/> </td> |