From: Art4 Date: Sat, 30 Nov 2024 19:28:38 +0000 (+0000) Subject: Fix errors in convert addon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bee780552ddf974e6cb3a8788a81a7e88a782697;p=friendica-addons.git Fix errors in convert addon --- diff --git a/convert/convert.php b/convert/convert.php index 2c97e2aa..2545974c 100644 --- a/convert/convert.php +++ b/convert/convert.php @@ -181,7 +181,7 @@ function convert_content() { } } - $o .= '

Unit Conversions

'; + $o = '

Unit Conversions

'; if (isset($_POST['from_unit']) && isset($_POST['value'])) { $o .= ($conv->getTable(intval($_POST['value']), $_POST['from_unit'], $_POST['to_unit'], 5)) . '

';