diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index 7be0f85..755906c 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.0.333")] -[assembly: AssemblyFileVersion("3.0.0.333")] +[assembly: AssemblyVersion("3.0.0.334")] +[assembly: AssemblyFileVersion("3.0.0.334")] diff --git a/WebApplication/Popup.aspx b/WebApplication/Popup.aspx index e316879..508e806 100644 --- a/WebApplication/Popup.aspx +++ b/WebApplication/Popup.aspx @@ -22,7 +22,7 @@ var name = GetValue("txtPageName"); if(name == "") return false; var title = GetValue("txtPageTitle"); - var c = IsChecked("chkPageNW") ? "^" : "";e + var c = IsChecked("chkPageNW") ? "^" : ""; if(title != "") { Execute("InsertMarkup(\"[" + c + name + "|" + title + "]\");"); }