From 4d8fb62fc518538f2450e53cd22167d630146b3d Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Fri, 10 Sep 2010 05:21:52 +0000 Subject: [PATCH] Added 'CloudLink' class to links in category cloud. --- AssemblyVersion.cs | 4 ++-- Core/Formatter.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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));