From 114906089f97594bce7b616be4c8e809675ea844 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 26 Sep 2016 14:47:55 +0200 Subject: [PATCH] Minor: fix TOC issue --- docs/source/secure-coding-guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/secure-coding-guidelines.rst b/docs/source/secure-coding-guidelines.rst index afa6e5b2e3..d3c9e26d4a 100644 --- a/docs/source/secure-coding-guidelines.rst +++ b/docs/source/secure-coding-guidelines.rst @@ -1,5 +1,5 @@ Secure coding guidelines ------------------------- +======================== The platform does what it can to be secure by default and safe by design. Unfortunately the platform cannot prevent every kind of security mistake. This document describes what to think about when writing applications