There is 1 update.
 
 
Blog Application / cid:jira-generated-image-avatar-d49b8f12-ab93-4466-8e1a-e63acd30ed5f BLOG-251 Open

Blog posts with "&" character in title not displayed correctly in Blog.WebHome page nor in _blogpostlist_ macro when layout is set to "compact"

 
View issue   ·   Add comment
 

1 update

 
cid:jira-generated-image-avatar-7a303980-eadb-4910-b5c4-728b8bd36d12 Changes by Eleni on 12/Feb/26 17:22
 
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 } }}{_} .