diff --git a/epicyon-profile.css b/epicyon-profile.css index 58c31101..dbe620ad 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -951,12 +951,12 @@ div.container { color: var(--title-color); } .accountsTable { - width: 100%; - border: 0; + width: 100%; + border: 0; } .accountsTableCol { - width: 20%; - text-align: center; + width: 20%; + text-align: center; } .containerHeader { border: var(--border-width-header) solid var(--border-color); @@ -1610,12 +1610,12 @@ div.container { color: var(--title-color); } .accountsTable { - width: 100%; - border: 0; + width: 100%; + border: 0; } .accountsTableCol { - width: 20%; - text-align: center; + width: 20%; + text-align: center; } .containerHeader { border: var(--border-width-header) solid var(--border-color); diff --git a/webapp_moderation.py b/webapp_moderation.py index 79929ef2..df880ba5 100644 --- a/webapp_moderation.py +++ b/webapp_moderation.py @@ -184,7 +184,7 @@ def htmlModerationInfo(cssCache: {}, translate: {}, '/users/' + nickname + '?options=' + actor + ';1;' + \ avatarUrl.replace('/', '-') infoForm += '\n' - infoForm += '' + infoForm += '' infoForm += '
' + acctNickname + '
\n\n' col += 1 if col == cols: