Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss committed Oct 17, 2017
1 parent 6a91b9e commit 89b1ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HtmlSanitizer/HtmlSanitizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public string Sanitize(string html, string baseUrl = "", IMarkupFormatter output
return output;
}


/// <summary>
/// Sanitizes the specified HTML body fragment. If a document is given, only the body part will be returned.
/// </summary>
Expand All @@ -454,7 +454,7 @@ public IHtmlDocument SanitizeDom(string html, string baseUrl = "")

return dom;
}

/// <summary>
/// Sanitizes the specified HTML document. Even if only a fragment is given, a whole document will be returned.
/// </summary>
Expand Down

0 comments on commit 89b1ce5

Please sign in to comment.