diff options
author | Martin Fischer <martin@push-f.com> | 2022-07-12 12:57:26 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-07-12 12:57:26 +0200 |
commit | bbe6d4740723315fc91b0298ab8a0a6292fa4ac7 (patch) | |
tree | 0802dcf068a218c1cbe43f6add1bbc11112a8fb3 /index.html | |
parent | 850ec09bdcf55b5cbbf9539fcb7355ed7161935a (diff) |
merge date columns
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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> |