View Single Post
Old 12-23-2014, 08:16 AM   #8
dmonasse
Member
dmonasse began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Apr 2014
Location: Paris
Device: ipad 2, Ubuntu
First of all: remove the
Code:
</p>

<p class="calibre2">
which are followed by a minuscule. Use regex:
Code:
</p>\n+<p class="calibre2">(?=[a-z])
and for the replacement: nothing or a single space. It will look nicer. Hope this helps.

Last edited by dmonasse; 12-23-2014 at 08:20 AM.
dmonasse is offline   Reply With Quote