diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-18 19:37:28 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-18 19:37:28 +0100 |
commit | 8a8a342a909cf5923844b4fed5775ca1aa513ede (patch) | |
tree | aeef5a30de6a001e5677a9a50d344cd4d0aade06 | |
parent | d511eeef190ffa4ec5ade049af415a04e7a82bfc (diff) |
Comment out ‘not minted’ entry in table key
-rw-r--r-- | src/table-key.gsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/table-key.gsp b/src/table-key.gsp index a384eba..ba551a8 100644 --- a/src/table-key.gsp +++ b/src/table-key.gsp @@ -19,8 +19,8 @@ table #table-key cellspacing="0" { td {div .unknown {}} td {-Circulation status unknown} } - tr { - td {div .not-minted {}} - td {-m4_ifdef([__coins], [Not minted], [Not printed])} - } + m4_dnl tr { + m4_dnl td {div .not-minted {}} + m4_dnl td {-m4_ifdef([__coins], [Not minted], [Not printed])} + m4_dnl } } |