Fixed typo.
This commit is contained in:
parent
b8f912cc79
commit
4bb5211191
2 changed files with 3 additions and 3 deletions
|
@ -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")]
|
||||
|
|
|
@ -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 + "]\");");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue