This issue has been created
There is 1 update.
 
 
Blog Application / cid:jira-generated-image-avatar-54bb926c-ba99-40d1-92cb-d506207871ad 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
 

Issue created

 
cid:jira-generated-image-avatar-68147520-6e8e-4a21-a20f-910fc84a7264 Eleni created this issue on 12/Feb/26 17:00
 
Summary: Blog posts with "&" character in title not displayed correctly in blogpostlist macro when layout is set to "link"
Issue Type: cid:jira-generated-image-avatar-54bb926c-ba99-40d1-92cb-d506207871ad Bug
Affects Versions: 9.15.9
Assignee: Unassigned
Created: 12/Feb/26 17:00
Priority: cid:jira-generated-image-static-major-32b24d57-e081-4598-bbfa-e2dfd4c16cf9 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 "link".  Instead of displaying the "&" character, this is displayed:
html clean="false" wiki="false" &#38 /html
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="link" limit="20" paginated=„no"}} and save.
  3. See the output {{html clean="false" wiki="false"}}Something &#38 Something{ {/html}

    }

 
 

1 update

 
cid:jira-generated-image-avatar-68147520-6e8e-4a21-a20f-910fc84a7264 Changes by Eleni on 12/Feb/26 17:01
 
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:
{{html clean="false" wiki="false"}} &#38 \{{/html}}
To reproduce: 
# Create a blog post with a title containing "&" in title, for example "Something & Something".
# In another page, insert this: {{{{{}blogpostlist layout="link" limit="20" paginated=„no"{}}}}} and save.
# See the output {{html clean="false" wiki="false"}}Something &#38 Something\{{/html}}