Delete empty and only nbsp p and div elements
diff --git a/xslt/pass2.xsl b/xslt/pass2.xsl
index 49af02f..697c108 100644
--- a/xslt/pass2.xsl
+++ b/xslt/pass2.xsl
@@ -37,4 +37,6 @@
         </p>
     </xsl:template>
 
+    <xsl:template match="p[normalize-space(.) = '&#160;']"/>
+
 </xsl:stylesheet>