Просмотр исходного кода

explorer/python: Fix typo in table template

x 6 месяцев назад
Родитель
Сommit
153dc76e52
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/explorer/python/templates/index.html

+ 1 - 1
bin/explorer/python/templates/index.html

@@ -100,7 +100,7 @@
               <td>{{ block.size }}</td>
               <td>{{ block.n_txs }}</td>
               <td>{{ block.timestamp }}</td>
-              <th>{{ block.powtype }}</td>
+              <td>{{ block.powtype }}</td>
               <td><a href="/block/{{ block.height }}">{{ block.hash }}</a></td>
             </tr>
             {% endfor %}