From b70b7c5b9031ab4ebd620ea07e73bf545552a7be Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Tue, 22 Jun 2010 04:31:52 +0000 Subject: [PATCH] Fixed a bug in Post --- 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 fefb598..9e6181a 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -284 \ No newline at end of file +285 \ No newline at end of file diff --git a/Builder/IISUploadHandler/build.txt b/Builder/IISUploadHandler/build.txt index 19c7bdb..8e2afd3 100644 --- a/Builder/IISUploadHandler/build.txt +++ b/Builder/IISUploadHandler/build.txt @@ -1 +1 @@ -16 \ No newline at end of file +17 \ No newline at end of file diff --git a/Common/dataobjects/Post.cs b/Common/dataobjects/Post.cs index bd95ec1..f6cac0e 100644 --- a/Common/dataobjects/Post.cs +++ b/Common/dataobjects/Post.cs @@ -151,7 +151,7 @@ namespace FLocal.Common.dataobjects { new XElement("revision", this.revision), new XElement("layer", this.layer), new XElement("title", this.title), - new XElement("body", this.body), + new XElement("body", context.outputParams.preprocessBodyIntermediate(this.body)), new XElement("bodyShort", this.bodyShort), new XElement("threadId", this.threadId) );