Changes between Initial Version and Version 1 of Ticket #14674, comment 14
- Timestamp:
- 08/24/2016 07:15:25 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14674, comment 14
initial v1 1 1 The current patch doesn't take into account the HTML <hr> tag as well XHTML <hr /> tag. Updated patch takes this into account using a preg_replace() call and also demonstrates using two consecutive str_replace calls (I'm not sure which will be faster). 2 2 3 In my testing it works fine. 3 In my testing it works fine. (Mac OS Browser as follows Safari 9.1.2, FF 48.0 and Chrome 58)