|
| 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} & ; {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 & ; Something " {code} |
|