aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proposals/000-index.txt1
-rwxr-xr-xproposals/reindex.py2
2 files changed, 3 insertions, 0 deletions
diff --git a/proposals/000-index.txt b/proposals/000-index.txt
index 8cb962f..d81a0e2 100644
--- a/proposals/000-index.txt
+++ b/proposals/000-index.txt
@@ -534,3 +534,4 @@ Proposals by status:
INFORMATIONAL:
159 Exit Scanning
300 Walking Onions: Scaling and Saving Bandwidth
+```
diff --git a/proposals/reindex.py b/proposals/reindex.py
index feea30c..476ed19 100755
--- a/proposals/reindex.py
+++ b/proposals/reindex.py
@@ -144,6 +144,8 @@ def writeTextIndexFile(proposals):
if "Implemented-In" in prop:
out.write(" [in %(Implemented-In)s]"%prop)
out.write("\n")
+
+ out.write("```\n")
out.close()
os.rename(TMPFILE_TXT, OUTFILE_TXT)