There is 1 update.
 
 
Blog Application / cid:jira-generated-image-avatar-b0f377aa-c88e-46f0-a244-8c7884efba84 BLOG-253 Open

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

 
View issue   ·   Add comment
 

1 update

 
cid:jira-generated-image-avatar-e13ac82e-f770-4cd0-b18c-a7d77f20a78c Changes by Eleni on 12/Feb/26 17:20
 
Description: The "&" character in the title of a blog post is not displayed correctly when using the *_blogpostlist_* macro with the layout set to "link".  Instead of displaying the "&" character, this is displayed:
{
code} { { html clean="false" wiki="false"}} &#38 \ ; {{/html}} {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="link" limit="20" paginated=„no" { }} {code } }} and save.
# See the output {
code} { { html clean="false" wiki="false"}}Something &#38 Something \ {{/html}} {code}