Sfoglia il codice sorgente

explorer/python: Fix typo in table template

x 6 mesi fa
parent
commit
153dc76e52
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.size }}</td>
               <td>{{ block.n_txs }}</td>
               <td>{{ block.n_txs }}</td>
               <td>{{ block.timestamp }}</td>
               <td>{{ block.timestamp }}</td>
-              <th>{{ block.powtype }}</td>
+              <td>{{ block.powtype }}</td>
               <td><a href="/block/{{ block.height }}">{{ block.hash }}</a></td>
               <td><a href="/block/{{ block.height }}">{{ block.hash }}</a></td>
             </tr>
             </tr>
             {% endfor %}
             {% endfor %}