Thanks to all --
I added the Hx test since I only wanted this for headings and put it in my Saved Searches
Sometimes there's a digit before the br/, e.g. Chapter 1<br/>Going Home
Find: <([Hh][1-6])>(.*?)<br/>(.*?)</\1>
Replace: <\1>\2 <br/>\3</\1>
(space before the br/ )
It'll probably fail for a 3 line header
IMHO a better solution would be for the TOC module just change <br/> to space
|