Browse Source

Update DocumentSectionFinder.cs

pull/2297/head
Yunus Emre Kalkan 7 years ago
parent
commit
2850206fef
  1. 1
      modules/docs/src/Volo.Docs.Web/HtmlConverting/DocumentSectionFinder.cs

1
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());

Loading…
Cancel
Save