From 783e28e0c678853cf67762a7e140cc2e3ea421c2 Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Wed, 12 Aug 2020 01:12:21 -0600 Subject: [PATCH] Fix eip-1679 rendering (#2873) The HTML generator is having trouble with the double colon in the title line of EIP-1679. I removed the quotes when adding the new validator, and for some reason the HTML generator raised it as a warning rather than an error. I've logged this issue with eipv, but we should go ahead and fix this ASAP. --- EIPS/eip-1679.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-1679.md b/EIPS/eip-1679.md index a4c5233ebfbd69..fafda89f9aec20 100644 --- a/EIPS/eip-1679.md +++ b/EIPS/eip-1679.md @@ -1,12 +1,12 @@ --- eip: 1679 -title: Hardfork Meta: Istanbul +title: "Hardfork Meta: Istanbul" author: Alex Beregszaszi (@axic), Afri Schoedon (@5chdn) discussions-to: https://ethereum-magicians.org/t/hardfork-meta-istanbul-discussion/3207 type: Meta status: Final created: 2019-01-04 -requires: 152, 1108, 1334, 1716, 1884, 2028, 2200 +requires: 152, 1108, 1344, 1716, 1884, 2028, 2200 --- ## Abstract