html5 datetime instead of jquery

anhang pdf rechnung
This commit is contained in:
Markus
2025-05-16 21:21:09 +02:00
parent de4bd6e366
commit 842d9050dc
6 changed files with 68 additions and 11 deletions

View File

@@ -91,7 +91,7 @@ class App extends BaseConfig
| DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!
|
*/
public string $permittedURIChars = 'a-z 0-9~%.:_\-';
public string $permittedURIChars = 'a-z 0-9~%.:_\-\x{0080}-\x{00ff}';
/**
* --------------------------------------------------------------------------