home · contact · privacy
Minor layout fix. master
authorChristian Heller <c.heller@plomlompom.de>
Thu, 17 Apr 2025 09:42:46 +0000 (11:42 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 17 Apr 2025 09:42:46 +0000 (11:42 +0200)
src/templates/_macros.tmpl

index 7a374ba8da9a0b7e535b35640d271cd6e7e435ee..dd6fbf7d8ee035ddaff15f536012b0087e841567 100644 (file)
@@ -71,6 +71,7 @@ td.block_column.bad {
 
 
 {% macro ledger_block_columns(mode, block) %}
+<tr></tr><!-- just to keep the background-color alternation in proper order -->
 <tr id="block_{{block.id_}}">
 <td class="block_column {% if block.date_error %}bad{% endif %}" rowspan={{block.lines|length + 1}}>
 <input type="submit" name="ledger_moveup_{{block.id_}}" value="^" {% if not block.can_move(1) %}disabled{% endif %}/><br />