From 852a6de301c2bf28a56f7953915d284f21dc7825 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 15 Jun 2016 18:15:21 +0100 Subject: [PATCH] fix formatting on release notes page --- docs/releases/1.6.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/1.6.rst b/docs/releases/1.6.rst index 1413cd211..cd435fb81 100644 --- a/docs/releases/1.6.rst +++ b/docs/releases/1.6.rst @@ -26,8 +26,8 @@ Minor features Bug fixes ~~~~~~~~~ - * Email templates and document uploader now support custom `STATICFILES_STORAGE` (Jonny Scholes) - * Removed alignment options (deprecated in HTML and not rendered by Wagtail) from `TableBlock` context menu (Moritz Pfeiffer) + * Email templates and document uploader now support custom ``STATICFILES_STORAGE`` (Jonny Scholes) + * Removed alignment options (deprecated in HTML and not rendered by Wagtail) from ``TableBlock`` context menu (Moritz Pfeiffer) * Fixed incorrect CSS path on ModelAdmin's "choose a parent page" view