From 3a853ecdd8060d1683c4dbddecd9a6e58dac56a2 Mon Sep 17 00:00:00 2001 From: Matteo Tomasini Date: Wed, 31 Mar 2010 09:50:21 +0000 Subject: [PATCH] Fixed and closed #525 : if mail link start with "mailto:" the wiki no more add "mailto:" to link address. --- AssemblyVersion.cs | 4 ++-- Core/Formatter.cs | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index 292b7de..ab782e0 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.2.524")] -[assembly: AssemblyFileVersion("3.0.2.524")] +[assembly: AssemblyVersion("3.0.2.525")] +[assembly: AssemblyFileVersion("3.0.2.525")] diff --git a/Core/Formatter.cs b/Core/Formatter.cs index 2a3d9a3..b226cd7 100644 --- a/Core/Formatter.cs +++ b/Core/Formatter.cs @@ -1702,7 +1702,11 @@ namespace ScrewTurn.Wiki { sb.Append(@" 0) sb.Append(nstripped);