From 857dd52f542a7326b35c11e37490fbca49f78ddf Mon Sep 17 00:00:00 2001 From: Matteo Tomasini Date: Fri, 19 Aug 2011 10:55:29 +0200 Subject: [PATCH] [completed:604] Removed spourious tag inserted before images by formatter. --- AssemblyVersion.cs | 4 ++-- Core/Formatter.cs | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index 697e5a3..e69695b 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.5.604")] -[assembly: AssemblyFileVersion("3.0.5.604")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.5.605")] +[assembly: AssemblyFileVersion("3.0.5.605")] \ No newline at end of file diff --git a/Core/Formatter.cs b/Core/Formatter.cs index 7969c6e..c000f3b 100644 --- a/Core/Formatter.cs +++ b/Core/Formatter.cs @@ -448,6 +448,7 @@ namespace ScrewTurn.Wiki { n = fields[1]; } else { + done = true; StringBuilder img = new StringBuilder(); // Image if(fields[0].ToLowerInvariant().Equals("imageleft") || fields[0].ToLowerInvariant().Equals("imageright") || fields[0].ToLowerInvariant().Equals("imageauto")) {