From: Stephen Finucane Date: Wed, 11 Apr 2018 16:36:17 +0000 (+0100) Subject: docs: Fix a release note issue X-Git-Tag: v2.1.0-rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd44bf3c9ea05327077a5e9fd8ef5ed5890336e;p=thirdparty%2Fpatchwork.git docs: Fix a release note issue You can't have a space before the closing double backticks of a literal block. This was generating the following (unhelpful) error message: patchwork/docs/releases/unreleased.rst:82:Inline literal start-string without end-string. reno should have better error messages but that's a problem for another day. Signed-off-by: Stephen Finucane Signed-off-by: Daniel Axtens --- diff --git a/releasenotes/notes/mbox-headers-27e1f1bde9570e9f.yaml b/releasenotes/notes/mbox-headers-27e1f1bde9570e9f.yaml index 75641186..a76e3e7f 100644 --- a/releasenotes/notes/mbox-headers-27e1f1bde9570e9f.yaml +++ b/releasenotes/notes/mbox-headers-27e1f1bde9570e9f.yaml @@ -2,5 +2,5 @@ other: - | mbox files now contain all headers from the original email. This also means - the ``Subject: `` header included will contain the original subject and not + the ``Subject:`` header included will contain the original subject and not the parsed Patchwork's version.