Fix errors in convert addon

pull/1579/head
Art4 2024-11-30 19:28:38 +00:00
parent 5664bc84fb
commit bee780552d
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ function convert_content() {
} }
} }
$o .= '<h3>Unit Conversions</h3>'; $o = '<h3>Unit Conversions</h3>';
if (isset($_POST['from_unit']) && isset($_POST['value'])) { if (isset($_POST['from_unit']) && isset($_POST['value'])) {
$o .= ($conv->getTable(intval($_POST['value']), $_POST['from_unit'], $_POST['to_unit'], 5)) . '</p>'; $o .= ($conv->getTable(intval($_POST['value']), $_POST['from_unit'], $_POST['to_unit'], 5)) . '</p>';