There is 1 update.
 
 
Blog Application / cid:jira-generated-image-avatar-f2b9d9f7-a41f-4ce0-af64-ced42784b743 BLOG-252 Open

Blog posts with "&" character in title not displayed correctly in blogpostlist macro when layout is set to "full"

 
View issue   ·   Add comment
 

1 update

 
cid:jira-generated-image-avatar-5556c77a-e9f7-4716-8855-37ff84dc6f22 Changes by Eleni on 12/Feb/26 17:23
 
Description: The "&" character in the title of a blog post is not displayed correctly when using the *_blogpostlist_* macro with the layout set to "full".  Instead of displaying the "&" character, this combination of characters is displayed:   {code} &#38   ; {code}

To reproduce: 
# Create a blog post with a title containing "&" in title, for example "Something & Something".
# In another page, insert this:
" { code} {{ {{} blogpostlist layout="full" limit="20" paginated=„no" { }} {code } }}" and save.
# See the output
" {code} Something &#38 ; Something " {code}