Plone 5: hide icons for external links
Plone 5 marks external links with a font icon. If you don't want that, youcan hide them with CSS.
Just use the following CSS:
/* disable icon for external links */ .glyphicon.link-external { display: none; }