On category pages a certain template is misidentified as a "page issue"
http://reading-web-staging.wmflabs.org/w/index.php?title=Category:Beekeeping&mobileaction=toggle_view_mobile
Developer notes
Although the existing CSS selector for categories "mbox-small plainlinks sistersitebox" does not match what we classify an issue, when inserting the learn more and icon to an issue we target the .mbox-text-span - this selector should be localised to only elements that are issues
e.g.
} ).prependTo( '.mbox-text' );
becomes
} ).prependTo( '.mbox-text' );