diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index 1a731a3..32fdd3b 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.3.556")] -[assembly: AssemblyFileVersion("3.0.3.556")] +[assembly: AssemblyVersion("3.0.3.557")] +[assembly: AssemblyFileVersion("3.0.3.557")] \ No newline at end of file diff --git a/Core/Formatter.cs b/Core/Formatter.cs index 107134c..a8c3d09 100644 --- a/Core/Formatter.cs +++ b/Core/Formatter.cs @@ -2279,7 +2279,7 @@ namespace ScrewTurn.Wiki { //sb.Append(Tools.UrlEncode(categories[i].FullName)); sb.Append(@""); sb.Append(NameTools.GetLocalName(categories[i].FullName));