| The "&" character in the title of a blog post is not displayed correctly on the Blog.WebHome page or when using the blogpostlist macro with the layout set to "compact". The title is rendered as html clean="false" wiki="false"}}Something & Something-from blog{{/html instead of the actual "Something & Something". To reproduce for the Blog.WebHome: 1. Create a blog post with a title containing "&" in title, for example "Something & Something". 2. Go to the "Blog.WebHome" page and open the "Objects" editor. 3. Set the "Posts Layout" field to "Compact" and save. 4. See the output {{html clean="false" wiki="false"}}Something & Something /html. To reproduce for the blogpostlists marco:
- Create a blog post with a title containing "&" in title, for example "Something & Something".
- In another page, insert this: blogpostlist layout="compact" limit="20" paginated=„no"/ and save.
- See the output html clean="false" wiki="false"}}Something & Something{{/html
|