--- mathmlc2p.xsl	2005-07-08 17:23:21.000000000 -0500
+++ mathmlc2p-10.xsl	2005-07-08 17:26:45.000000000 -0500
@@ -2378,7 +2378,7 @@
   </xsl:when>
   <xsl:otherwise> <!-- if only one element use overbar notation-->
     <mover>
-      <xsl:apply-templates select="*[position()=last()]"/>
+      <mrow><xsl:apply-templates select="*[position()=last()]"/></mrow>
       <mo><xsl:text disable-output-escaping="yes"><![CDATA[&ovbar;]]></xsl:text></mo>  <!-- does not work, UNICODE x0233D  or perhaps OverBar-->
     </mover>
   </xsl:otherwise>

