Browse Source

Fixes #26

pull/31/head
Frans Bouma 9 years ago
parent
commit
dd2e6db9ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/DocNet/SimpleNavigationElement.cs

+ 1
- 1
src/DocNet/SimpleNavigationElement.cs View File

@@ -77,7 +77,7 @@ namespace Docnet
// specified / existend.
var defaultMarkdown = new StringBuilder();
defaultMarkdown.AppendFormat("# {0}{1}{1}", this.ParentContainer.Name, Environment.NewLine);
defaultMarkdown.AppendFormat("Please select one of the topic in this section:{0}{0}", Environment.NewLine);
defaultMarkdown.AppendFormat("Please select one of the topics in this section:{0}{0}", Environment.NewLine);
foreach(var sibling in this.ParentContainer.Value)
{
if(sibling == this)


Loading…
Cancel
Save