more bug fixes

This commit is contained in:
Dennis Eichhorn 2025-03-11 03:58:22 +00:00
parent 95d730b9ab
commit de4116e315

View File

@ -33,7 +33,7 @@ $amount = (float) ($this->request->getData('amount') ?? 10000.0);
$duration = (int) ($this->request->getData('duration') ?? 10); $duration = (int) ($this->request->getData('duration') ?? 10);
?> ?>
<!DOCTYPE HTML> <!DOCTYPE html>
<html lang="<?= $cLang; ?>"> <html lang="<?= $cLang; ?>">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">