diff options
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> |