[kupu-checkins] r43408 - kupu/trunk/kupu/common/kupudrawers

duncan at codespeak.net duncan at codespeak.net
Tue May 15 16:15:42 CEST 2007


Author: duncan
Date: Tue May 15 16:15:42 2007
New Revision: 43408

Modified:
   kupu/trunk/kupu/common/kupudrawers/drawer.xsl
Log:
Description should be inside <p> tags.

Modified: kupu/trunk/kupu/common/kupudrawers/drawer.xsl
==============================================================================
--- kupu/trunk/kupu/common/kupudrawers/drawer.xsl	(original)
+++ kupu/trunk/kupu/common/kupudrawers/drawer.xsl	Tue May 15 16:15:42 2007
@@ -252,7 +252,8 @@
         </h1>
         <xsl:if test="description != ''">
             <div class="kupu-description-row documentDescription">
-                <xsl:copy-of select="description/*|description/text()"/>
+                <p><xsl:copy-of
+                select="description/*|description/text()"/></p>
             </div>
         </xsl:if>
         <div style="clear:both;line-height:1px;">&#xA0;</div>
@@ -276,7 +277,8 @@
         </h1>
         <xsl:if test="description != ''">
             <div class="kupu-description-row documentDescription">
-                <xsl:copy-of select="description/*|description/text()"/>
+               <p><xsl:copy-of
+               select="description/*|description/text()"/></p>
             </div>
         </xsl:if>
         <div style="clear:both;"/>


More information about the kupu-checkins mailing list