diff options
author | jim-p <jimp@pfsense.org> | 2014-10-01 13:06:50 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-10-01 13:06:50 -0400 |
commit | d4f4ebc7e39355f62628b6ed13c1a571c156de34 (patch) | |
tree | 2838174cd39a981507d9f99d85f504428418a872 /usr/local/www | |
parent | e7b03bc1f4fdec9721fe0cd2373576657ef7dff1 (diff) | |
download | pfsense-d4f4ebc7e39355f62628b6ed13c1a571c156de34.zip pfsense-d4f4ebc7e39355f62628b6ed13c1a571c156de34.tar.gz |
Remove stray 'i'.
Reported-by: https://forum.pfsense.org/index.php?topic=82393.0
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/load_balancer_monitor_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_monitor_edit.php b/usr/local/www/load_balancer_monitor_edit.php index 13e8f1c..d9ef175 100644 --- a/usr/local/www/load_balancer_monitor_edit.php +++ b/usr/local/www/load_balancer_monitor_edit.php @@ -355,7 +355,7 @@ function updateType(t){ <td width="22%" valign="top"> </td> <td width="78%"> <input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>" /> -i <input type="button" class="formbtn" value="<?=gettext("Cancel");?>" onclick="window.location.href='<?=$referer;?>'" /> + <input type="button" class="formbtn" value="<?=gettext("Cancel");?>" onclick="window.location.href='<?=$referer;?>'" /> <?php if (isset($id) && $a_monitor[$id]): ?> <input name="id" type="hidden" value="<?=htmlspecialchars($id);?>" /> <?php endif; ?> |