diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 825e329..a65c2ed 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1169 \ No newline at end of file +1171 \ No newline at end of file diff --git a/Common/BBCodes/Google.cs b/Common/BBCodes/Google.cs index 1723cca..10867ec 100644 --- a/Common/BBCodes/Google.cs +++ b/Common/BBCodes/Google.cs @@ -13,7 +13,7 @@ namespace FLocal.Common.BBCodes { } public override string Format(ITextFormatter formatter) { - return "g:" + this.GetInnerHTML(formatter) + ""; + return "g:" + this.GetInnerHTML(formatter) + ""; } } diff --git a/Common/BBCodes/Lurk.cs b/Common/BBCodes/Lurk.cs index 00beee9..6a9b17e 100644 --- a/Common/BBCodes/Lurk.cs +++ b/Common/BBCodes/Lurk.cs @@ -13,7 +13,7 @@ namespace FLocal.Common.BBCodes { } public override string Format(ITextFormatter formatter) { - return "l:" + this.GetInnerHTML(formatter) + ""; + return "l:" + this.GetInnerHTML(formatter) + ""; } } diff --git a/Common/BBCodes/RuWiki.cs b/Common/BBCodes/RuWiki.cs index 18dd2f4..2bcc644 100644 --- a/Common/BBCodes/RuWiki.cs +++ b/Common/BBCodes/RuWiki.cs @@ -13,7 +13,7 @@ namespace FLocal.Common.BBCodes { } public override string Format(ITextFormatter formatter) { - return "в:" + this.GetInnerHTML(formatter) + ""; + return "в:" + this.GetInnerHTML(formatter) + ""; } } diff --git a/Common/BBCodes/Wiki.cs b/Common/BBCodes/Wiki.cs index d3ad772..28be404 100644 --- a/Common/BBCodes/Wiki.cs +++ b/Common/BBCodes/Wiki.cs @@ -13,7 +13,7 @@ namespace FLocal.Common.BBCodes { } public override string Format(ITextFormatter formatter) { - return "w:" + this.GetInnerHTML(formatter) + ""; + return "w:" + this.GetInnerHTML(formatter) + ""; } }