--- mathmlc2p.xsl	2005-07-08 15:58:18.000000000 -0500
+++ mathmlc2p-7.xsl	2005-07-08 16:06:06.000000000 -0500
@@ -575,14 +575,14 @@
     <xsl:choose>
     <xsl:when test="contains(@other,'scriptstyle')">
       <mfrac bevelled="true">
-        <xsl:apply-templates select="*[2]"/>
-        <xsl:apply-templates select="*[3]"/>
+	<mrow><xsl:apply-templates select="*[2]"/></mrow>
+	<mrow><xsl:apply-templates select="*[3]"/></mrow>
       </mfrac>
     </xsl:when>
     <xsl:otherwise>
       <mfrac>
-        <xsl:apply-templates select="*[2]"/>
-        <xsl:apply-templates select="*[3]"/>
+	<mrow><xsl:apply-templates select="*[2]"/></mrow>    
+	<mrow><xsl:apply-templates select="*[3]"/></mrow>    
       </mfrac>
     </xsl:otherwise>
     </xsl:choose>

