diff --git a/tei2xsl-fo.xsl b/tei2xsl-fo.xsl
index 7294cea2969800f7f8848cf847bd28057b4085f8..8878a70e4007885e5a9f4a035837fb216bc838f6 100644
--- a/tei2xsl-fo.xsl
+++ b/tei2xsl-fo.xsl
@@ -1051,16 +1051,9 @@
     </xsl:template>
     
     <xsl:template match="tei:p[name(./*[1]) ne 'pb']" mode="step3">
-        <xsl:choose>
-            <xsl:when test=".//tei:table">
-                <xsl:apply-templates mode="step3"/>
-            </xsl:when>
-            <xsl:otherwise>
-                <fo:block space-before="1em">
-                    <xsl:apply-templates mode="step3"/>
-                </fo:block>
-            </xsl:otherwise>
-        </xsl:choose>
+        <fo:block space-before="1em">
+            <xsl:apply-templates mode="step3"/>
+        </fo:block>
     </xsl:template>
     
     <xsl:template match="tei:table" mode="step3">