fixed a formatting error in generator?

Этот коммит содержится в:
Sara-Jayne Terp 2020-12-13 14:58:52 +00:00
родитель 1f29df442d
Коммит 1c5d7e1c94
2 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -231,10 +231,10 @@ class Counter:
html = '''# AMITT {} courses of action
<table border="1">
<tr>
<td> </td>
'''.format(rowtype)
<table border="1">
<tr>
<td> </td>
'''.format(rowtype)
# Table heading row
colvals = self.dfcounters[coltype].value_counts().sort_index().index

Просмотреть файл

@ -1,9 +1,9 @@
# AMITT resource courses of action
<table border="1">
<tr>
<td> </td>
<td>ALL</td>
<table border="1">
<tr>
<td> </td>
<td>ALL</td>
<td>D2 Deny</td>
<td>D3 Disrupt</td>
<td>D4 Degrade</td>