Преглед на файлове

explorer/python: Fix typo in table template

x преди 6 месеца
родител
ревизия
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 %}