This issue has been created
There is 1 update.
 
 
Blog Application / cid:jira-generated-image-avatar-a6e49ee5-3e5d-4999-8bf7-1ec04aba6b77 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
 

Issue created

 
cid:jira-generated-image-avatar-9ef9e2f5-2ccc-4c1a-a72f-708abca9f435 Eleni created this issue on 12/Feb/26 16:49
 
Summary: Blog posts with "&" character in title not displayed correctly in blogpostlist macro when layout is set to "full"
Issue Type: cid:jira-generated-image-avatar-a6e49ee5-3e5d-4999-8bf7-1ec04aba6b77 Bug
Affects Versions: 9.15.9
Assignee: Unassigned
Created: 12/Feb/26 16:49
Priority: cid:jira-generated-image-static-major-9f864aea-ce0d-45ca-97d1-6e5f25d926b6 Major
Reporter: Eleni
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:  & 

To reproduce: 

  1. Create a blog post with a title containing "&" in title, for example "Something & Something".
  2. In another page, insert this: blogpostlist layout="full" limit="20" paginated=„no" and save.
  3. See the output "Something & Something"
 
 

1 update

 
cid:jira-generated-image-avatar-9ef9e2f5-2ccc-4c1a-a72f-708abca9f435 Changes by Eleni on 12/Feb/26 16:54
 
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:  &#38 ;  

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