Please,
Quote:
Originally Posted by theducks
Code:
Looks for naked between a /H1 at the end of a line and a P tag at the start of a line
Search: </h1>\s+(.+?)\s+<p>
Replace: <h1><p>\1></p> <p>
|
shouldn't be
Code:
Search: </h1>\s+(.+?)\s+<p>
Replace: </h1> <p>\1</p> <p>
and
Quote:
Originally Posted by theducks
second: looks for naked between /P and P tags
Code:
Search: </p>\s+(.+?)\s+<p>
Replace: </p> <p>\1></p> <p>
|
Code:
Search: </p>\s+(.+?)\s+<p>
Replace: </p> <p>\1</p> <p>
Have found the same faulty encoded books more than once...