Fixed a bug in Post

main
Inga 🏳‍🌈 15 years ago
parent d5447a1ba3
commit b70b7c5b90
  1. 2
      Builder/IISMainHandler/build.txt
  2. 2
      Builder/IISUploadHandler/build.txt
  3. 2
      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)
);

Loading…
Cancel
Save