diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt
index a85890d..c6db27c 100644
--- a/Builder/IISMainHandler/build.txt
+++ b/Builder/IISMainHandler/build.txt
@@ -1 +1 @@
-1829
\ No newline at end of file
+1831
\ No newline at end of file
diff --git a/Common/BBCodes/UploadLink.cs b/Common/BBCodes/UploadLink.cs
index 5333604..cb2feaf 100644
--- a/Common/BBCodes/UploadLink.cs
+++ b/Common/BBCodes/UploadLink.cs
@@ -17,7 +17,7 @@ namespace FLocal.Common.BBCodes {
if(this.Default != null) {
name = this.GetInnerHTML(formatter);
}
- return "" + name + "";
+ return "" + name + "";
}
}