Newlines in tooltips

main
Inga 🏳‍🌈 14 years ago
parent 11be75568d
commit 6ac4ca353c
  1. 2
      Builder/IISMainHandler/build.txt
  2. 2
      Builder/IISUploadHandler/build.txt
  3. 2
      Common/dataobjects/Post.cs

@ -113,7 +113,7 @@ namespace FLocal.Common.dataobjects {
}
public string bodyShort {
get {
return this.body.Replace("<br />", Util.EOL).PHPSubstring(0, 1000);
return this.body.Replace("<br />", Util.EOL).Replace("<br/>", Util.EOL).PHPSubstring(0, 1000);
}
}

Loading…
Cancel
Save