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")) {