From 132657c5527e4c48c08de24b96ba66552f7b68ee Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Tue, 31 May 2011 10:44:30 +0200 Subject: [PATCH] Fixed issue with disabled header anchors. --- AssemblyVersion.cs | 4 ++-- Core/Formatter.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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;""> "); } ///