You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/11/02 10:01:38 UTC

svn commit: r591273 - /lenya/sandbox/modules/forrest/xslt/forrestDocument202xhtml.xsl

Author: andreas
Date: Fri Nov  2 02:01:38 2007
New Revision: 591273

URL: http://svn.apache.org/viewvc?rev=591273&view=rev
Log:
Improved layout

Modified:
    lenya/sandbox/modules/forrest/xslt/forrestDocument202xhtml.xsl

Modified: lenya/sandbox/modules/forrest/xslt/forrestDocument202xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/forrest/xslt/forrestDocument202xhtml.xsl?rev=591273&r1=591272&r2=591273&view=diff
==============================================================================
--- lenya/sandbox/modules/forrest/xslt/forrestDocument202xhtml.xsl (original)
+++ lenya/sandbox/modules/forrest/xslt/forrestDocument202xhtml.xsl Fri Nov  2 02:01:38 2007
@@ -130,10 +130,12 @@
   
   <xsl:template match="warning|note|fixme">
     <div class="{local-name()}Title">
-      <xsl:value-of select="local-name()"/>
-      <xsl:if test="self::fixme">
-        (author: <xsl:value-of select="@author"/>)
-      </xsl:if>
+      <div>
+        <xsl:value-of select="local-name()"/>
+        <xsl:if test="self::fixme">
+          (author: <xsl:value-of select="@author"/>)
+        </xsl:if>
+      </div>
     </div>
     <p class="{local-name()}">
       <xsl:apply-templates/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org