From c2883d8e6d3d4f85980e4e17390db917205fd039 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 23 Dec 2017 00:18:59 -0500 Subject: fix double-escaped HTML in changelog --- bin/auto-changelog | 9 ++++++++- src/changelog.md | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/bin/auto-changelog b/bin/auto-changelog index 64d15e9..d672b5f 100755 --- a/bin/auto-changelog +++ b/bin/auto-changelog @@ -18,7 +18,14 @@ generate-entry() { } html_escape() { - sed -e 's/&/\&/g' -e 's//\>/g' -e 's/^ \S/ &/' + sed ' +/^\S/ { + s/&/\&/g + s//\>/g +} +s/^ \S/ &/ +' } insert() { diff --git a/src/changelog.md b/src/changelog.md index 9bea5d1..87940b8 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -6,7 +6,7 @@ ChangeLog remove unfinished sources src/dnd/psionist-class.md | 1504 ------------------------------- - src/dnd/{psionist2.org => psionist.org} | 0 + src/dnd/{psionist2.org => psionist.org} | 0 src/dnd/spell-gauntlet.org | 683 -------------- 3 files changed, 2187 deletions(-) @@ -15,7 +15,7 @@ remove unfinished sources updated Psionist Title page bin/pre-generate | 2 ++ - src/dnd/{Psionist2.org => psionist2.org} | 4 ++++ + src/dnd/{Psionist2.org => psionist2.org} | 4 ++++ 2 files changed, 6 insertions(+) ## 2017-01-14 Andrew Murrell <merl@neo.andrewdm.me> -- cgit v1.1-4-g5e80