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