Smart has a footer with lists using the 'Fast forward' (») icon but I find this often displays as a question mark in a diamond.
To solve this open the Smart stylesheet and go to the line
and change it to
To solve this open the Smart stylesheet and go to the line
.deepFooter ul li::before, .deepFooter ol li::before {content:"» "}
.deepFooter ul li::before, .deepFooter ol li::before {content:"\00bb "}