diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-07-06 20:45:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-07-06 20:45:13 +0200 |
commit | f9f55501cd3110046a162dc55932c3571e9eb379 (patch) | |
tree | fcd2de3813bc0de1fbd3f386d63b883b200acd54 /src/en/euro/coins.template.html | |
parent | 40966e0fc8f592e0c7c0a961318172292f59fb67 (diff) |
Add an explicit errors section
Diffstat (limited to 'src/en/euro/coins.template.html')
-rw-r--r-- | src/en/euro/coins.template.html | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/src/en/euro/coins.template.html b/src/en/euro/coins.template.html index 7f9e570..840752c 100644 --- a/src/en/euro/coins.template.html +++ b/src/en/euro/coins.template.html @@ -37,16 +37,6 @@ </section> <br /> <!-- FI-DE --> - <!-- IF-FI --> - <section> - <p> - There is an error that exists for €2 coins minted in 1999 where the - holes in one, two, or even three of the 9’s are filled. The number of - 9’s filled is displayed with a fraction (e.g. 2/3 for two 9’s filled). - </p> - </section> - <br /> - <!-- FI-FI --> <!-- IF-GR --> <section> <p> @@ -154,6 +144,28 @@ </section> <!-- FI-!HR --> + <!-- IF-FI --> + <section class="cl-section slant-down"> + <div> + <table class="coin-table commemorative-table error-table" cellspacing=0> + <thead> + <tr> + <th colspan=7>Error Coins</th> + </tr> + <tr> + <th>Year</th> + <th>Denomination</th> + <th colspan=5>Description</th> + </tr> + </thead> + <tbody> + <!-- ECOIN-TABLE-BODY --> + </tbody> + </table> + </div> + </section> + <!-- FI-FI --> + <section><!-- FOOTER --></section> </main> </body> |