In case someone searched on this...
I ended up putting the markup changes in my config.php file so that
when I do updates I don't have to redo them each time. Eventually, I
might make a plugin for them but this was simple enough.
In the {field}/config/config.php file...
Where {field] is the name you called your field...
<?php
# Overrule Markup rules
MarkUp('style', 'hr', '/\n?(<|<)hr(>|>)\n?/', '<hr />'); // hr
horizontal line
All the other Markup changes I used to do were rectified by boltwire
updates.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---