Showpipes option shouldn't be exposed in XML #609
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I realized recently that there's no reason to expose the
showpipesoption to the XML schema. It's needed in the text render function, but the XML schema has the<br/>element for adding line breaks. So, settingshowpipescould just be automatically set if a pipe is found while parsing the XML.All the places where we actually want to consider pipes involve setting the text dynamically at runtime, so in that case
showpipeswouldn't be set – it would have to be set separately at runtime if the caller wants them shown.