This commit is contained in:
2025-01-28 16:04:34 +01:00
parent 2e33e6132f
commit df84441089
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ class Belevo_Bezahl_Modul extends IPSModule
</body> </body>
</html>'; </html>';
SetValue("HTMLContent", $html); // Baut das HTML auf SetValue($this->GetIDForIdent("HTMLContent"), $html); // Baut das HTML auf
} }
} }
?> ?>

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "1.013", "version": "1.014",
"build": 0, "build": 0,
"date": 0 "date": 0
} }