fix: Typo class instead of style
All checks were successful
Build Docker / Build SLDs Image (push) Successful in 17s
Build Docker / Build Main Image (push) Successful in 19s

This commit is contained in:
Nathan Woodburn 2023-11-18 13:30:03 +11:00
parent eba3b5faca
commit c2d4a36da0
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -69,7 +69,7 @@ def render(data,db_object):
if avatar != "":
avatar = "<img src='"+avatar+"' width='200vw' height='200vw' style='border-radius: 50%;margin-right: 5px;'>"
else:
avatar = "<h1 class='color:"+fg_colour+";'>" + request.host.split(':')[0] + "/</h1>"
avatar = "<h1 style='color:"+fg_colour+";'>" + request.host.split(':')[0] + "/</h1>"
if 'template' in db_object:
if db_object['template'] != "":