Fix missing spaces at <br/> elements
diff --git a/xslt/epub2i5.xsl b/xslt/epub2i5.xsl
index d87530f..82a18d3 100644
--- a/xslt/epub2i5.xsl
+++ b/xslt/epub2i5.xsl
@@ -509,7 +509,9 @@
         </xsl:if>
     </xsl:template>
 
-    <xsl:template match="xhtml:br"/>
+    <xsl:template match="xhtml:br">
+        <lb/><xsl:text>&#10;</xsl:text>
+    </xsl:template>
 
     <xsl:template match="xhtml:*">
         <xsl:message>