diff options
Diffstat (limited to 'src/usr/local/www')
-rw-r--r-- | src/usr/local/www/status_interfaces.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_interfaces.php b/src/usr/local/www/status_interfaces.php index 8a08490..4d0fe5a 100644 --- a/src/usr/local/www/status_interfaces.php +++ b/src/usr/local/www/status_interfaces.php @@ -103,7 +103,7 @@ function showDefBtn($show, $term, $def, $ifval, $btnlbl) { if($show) { print('<dt>' . $term . '</dt>'); print('<dd>'); - printf($formtemplate, $term, $ifvalue, $show, htmlspecialchars($def) . ' ', $btnlbl); + printf($formtemplate, $term, $ifval, $show, htmlspecialchars($def) . ' ', $btnlbl); print('</dd>'); } } |