From bbe6d4740723315fc91b0298ab8a0a6292fa4ac7 Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Tue, 12 Jul 2022 12:57:26 +0200
Subject: merge date columns

---
 index.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index 5521bc3..2b414bd 100644
--- a/index.html
+++ b/index.html
@@ -6,10 +6,8 @@
 	<table border=1>
 		<thead>
 			<th>Status</th>
+			<th>Date</th>
 			<th>Name</th>
-			<th>Draft start</th>
-			<th>RFC start</th>
-			<th>Vote start</th>
 			<th>Authors</th>
 		</thead>
 		<tbody id=tbody>
-- 
cgit v1.2.3