diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index 2f97c88..458c58c 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.1.406")] -[assembly: AssemblyFileVersion("3.0.1.406")] +[assembly: AssemblyVersion("3.0.1.407")] +[assembly: AssemblyFileVersion("3.0.1.407")] diff --git a/Core/ReverseFormatter.cs b/Core/ReverseFormatter.cs index 774396c..b3709b1 100644 --- a/Core/ReverseFormatter.cs +++ b/Core/ReverseFormatter.cs @@ -681,7 +681,7 @@ namespace ScrewTurn.Wiki { string wikiMarkup = BuildListWikiMarkup(list, ""); - return wikiMarkup; + return wikiMarkup.TrimEnd('\r', '\n'); } ///