diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt
index b66073e..ec28ec1 100644
--- a/Builder/IISMainHandler/build.txt
+++ b/Builder/IISMainHandler/build.txt
@@ -1 +1 @@
-586
\ No newline at end of file
+588
\ No newline at end of file
diff --git a/Builder/IISUploadHandler/build.txt b/Builder/IISUploadHandler/build.txt
index 194ba8c..87d78b2 100644
--- a/Builder/IISUploadHandler/build.txt
+++ b/Builder/IISUploadHandler/build.txt
@@ -1 +1 @@
-320
\ No newline at end of file
+322
\ No newline at end of file
diff --git a/Common/dataobjects/Post.cs b/Common/dataobjects/Post.cs
index f830667..02640fd 100644
--- a/Common/dataobjects/Post.cs
+++ b/Common/dataobjects/Post.cs
@@ -113,7 +113,7 @@ namespace FLocal.Common.dataobjects {
}
public string bodyShort {
get {
- return this.body.Replace("
", Util.EOL).PHPSubstring(0, 1000);
+ return this.body.Replace("
", Util.EOL).Replace("
", Util.EOL).PHPSubstring(0, 1000);
}
}