summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-03-18 19:37:28 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-03-18 19:37:28 +0100
commit8a8a342a909cf5923844b4fed5775ca1aa513ede (patch)
treeaeef5a30de6a001e5677a9a50d344cd4d0aade06
parentd511eeef190ffa4ec5ade049af415a04e7a82bfc (diff)
Comment out ‘not minted’ entry in table key
-rw-r--r--src/table-key.gsp8
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 }
}