From 89b1ce54050fed09a9ed7f9efe6f77866f477f1f Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Tue, 17 Oct 2017 13:12:05 +0200 Subject: [PATCH] Fix whitespace --- src/HtmlSanitizer/HtmlSanitizer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HtmlSanitizer/HtmlSanitizer.cs b/src/HtmlSanitizer/HtmlSanitizer.cs index f004c79..970a813 100644 --- a/src/HtmlSanitizer/HtmlSanitizer.cs +++ b/src/HtmlSanitizer/HtmlSanitizer.cs @@ -437,7 +437,7 @@ public string Sanitize(string html, string baseUrl = "", IMarkupFormatter output return output; } - + /// /// Sanitizes the specified HTML body fragment. If a document is given, only the body part will be returned. /// @@ -454,7 +454,7 @@ public IHtmlDocument SanitizeDom(string html, string baseUrl = "") return dom; } - + /// /// Sanitizes the specified HTML document. Even if only a fragment is given, a whole document will be returned. ///