Fix CSS escaping in footer style
This commit is contained in:
parent
b5b615abe6
commit
894e927af4
|
|
@ -1510,7 +1510,7 @@ def get_html(theme="dark"):
|
|||
</div>
|
||||
<div>IPMI Controller v1.0.0 - Built by ImpulsiveFPS</div>
|
||||
</footer>
|
||||
<style>body{padding-bottom:80px !important;}</style>
|
||||
<style>body{{padding-bottom:80px !important;}}</style>
|
||||
</body>
|
||||
</html>'''
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue