diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index f231494..4961b70 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.4.571")] -[assembly: AssemblyFileVersion("3.0.4.571")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.4.572")] +[assembly: AssemblyFileVersion("3.0.4.572")] \ No newline at end of file diff --git a/Core/Formatter.cs b/Core/Formatter.cs index 1d5c7d8..44cc043 100644 --- a/Core/Formatter.cs +++ b/Core/Formatter.cs @@ -954,7 +954,7 @@ namespace ScrewTurn.Wiki { buffer.Append(@""" title="""); buffer.Append(SectionLinkTextPlaceHolder); if(Settings.EnableSectionAnchors) buffer.Append(@""">¶"); - else buffer.Append(@""">"); + else buffer.Append(@""" style=""visibility: hidden;""> "); } ///