From 4dd234afa6967f33af12b763983d36c3daa8131d Mon Sep 17 00:00:00 2001 From: Roliga Date: Sun, 3 Nov 2019 20:13:27 +0100 Subject: [PATCH] Fix header formatting --- FormatAbstract.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FormatAbstract.md b/FormatAbstract.md index d04d31c..b009638 100644 --- a/FormatAbstract.md +++ b/FormatAbstract.md @@ -5,9 +5,9 @@ The `FormatAbstract` class implements the [`FormatInterface`](FormatInterface) i * [sanitizeHtml](#the-sanitizehtml-function) * [array_trim](#the-array_trim-function) -#Functions +# Functions -##The `setContentType` function +## The `setContentType` function The `setContentType` function receives a string defining the content type for the HTML header and must return the object instance. @@ -15,7 +15,7 @@ The `setContentType` function receives a string defining the content type for th setContentType(string): self ``` -##The `callContentType` function +## The `callContentType` function The `callContentType` function applies the content type to the header data and must return the object instance. @@ -23,7 +23,7 @@ The `callContentType` function applies the content type to the header data and m callContentType(): self ``` -##The `sanitizeHtml` function +## The `sanitizeHtml` function The `sanitizeHtml` function receives an HTML formatted string and returns the string with disabled `