|
| Description: |
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 { code} {{ {{} html clean="false" wiki="false"}}Something & Something{{/html { }} {code } }} , instead of the actual "Something & Something".
To reproduce for the Blog.WebHome: # Create a blog post with a title containing "&" in title, for example "Something & Something". # Go to the "Blog.WebHome" page and open the "Objects" editor. # Set the "Posts Layout" field to "Compact" and save. # See the output { code} {{ {{} html clean="false" wiki="false"}}Something & Something{{/html { }} {code } }} .
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: { {{ code } _ {{blogpostlist layout="compact" limit="20" paginated=„no" _{ }} } { _ code } }}{_} and save. # See the output { {{ code } _ { \ {html clean="false" wiki="false"}}Something & Something{{/ html_{ html }} } { _ code } }}{_} .
|
|