From 2850206fef6e4794734ee83ca44eeb7381b0cdfa Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Tue, 3 Dec 2019 13:28:09 +0300 Subject: [PATCH] Update DocumentSectionFinder.cs --- .../src/Volo.Docs.Web/HtmlConverting/DocumentSectionFinder.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/docs/src/Volo.Docs.Web/HtmlConverting/DocumentSectionFinder.cs b/modules/docs/src/Volo.Docs.Web/HtmlConverting/DocumentSectionFinder.cs index b8d8fd8c17..f6f2c9aaee 100644 --- a/modules/docs/src/Volo.Docs.Web/HtmlConverting/DocumentSectionFinder.cs +++ b/modules/docs/src/Volo.Docs.Web/HtmlConverting/DocumentSectionFinder.cs @@ -16,7 +16,6 @@ namespace Volo.Docs.HtmlConverting public DocumentSectionDictionary Find(string document) { - return FindNextSections(document, new DocumentSectionDictionary()); try { return FindNextSections(document, new DocumentSectionDictionary());