From 6ac4ca353c40da3f1bb405d63344b80312703abf Mon Sep 17 00:00:00 2001
From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com>
Date: Mon, 5 Jul 2010 20:17:50 +0000
Subject: [PATCH] Newlines in tooltips
---
Builder/IISMainHandler/build.txt | 2 +-
Builder/IISUploadHandler/build.txt | 2 +-
Common/dataobjects/Post.cs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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);
}
}