Fix CSS escaping in footer style

This commit is contained in:
devmatrix 2026-02-20 23:18:39 +00:00
parent b5b615abe6
commit 894e927af4
1 changed files with 1 additions and 1 deletions

View File

@ -1510,7 +1510,7 @@ def get_html(theme="dark"):
</div> </div>
<div>IPMI Controller v1.0.0 - Built by ImpulsiveFPS</div> <div>IPMI Controller v1.0.0 - Built by ImpulsiveFPS</div>
</footer> </footer>
<style>body{padding-bottom:80px !important;}</style> <style>body{{padding-bottom:80px !important;}}</style>
</body> </body>
</html>''' </html>'''