mirror of
https://github.com/ethauvin/fail2ban-digest.git
synced 2025-04-26 02:57:12 -07:00
Fixed HTML template spacing.
This commit is contained in:
parent
e8eafc027b
commit
f9d71346ba
1 changed files with 44 additions and 42 deletions
|
@ -101,7 +101,9 @@ html_tr_template = Template(''' <tr>
|
||||||
''')
|
''')
|
||||||
html_error_template = Template(''' <tr>
|
html_error_template = Template(''' <tr>
|
||||||
<td colspan="3"><em>${error_msg}</em></td>
|
<td colspan="3"><em>${error_msg}</em></td>
|
||||||
</tr>''')
|
</tr>
|
||||||
|
''')
|
||||||
|
|
||||||
class Ban:
|
class Ban:
|
||||||
def __init__(self, ip, events):
|
def __init__(self, ip, events):
|
||||||
self.ip = ip
|
self.ip = ip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue