Fixed issue with disabled header anchors.
This commit is contained in:
parent
1b197cbc65
commit
132657c552
2 changed files with 3 additions and 3 deletions
|
@ -954,7 +954,7 @@ namespace ScrewTurn.Wiki {
|
|||
buffer.Append(@""" title=""");
|
||||
buffer.Append(SectionLinkTextPlaceHolder);
|
||||
if(Settings.EnableSectionAnchors) buffer.Append(@""">¶</a>");
|
||||
else buffer.Append(@"""></a>");
|
||||
else buffer.Append(@""" style=""visibility: hidden;""> </a>");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue