[snowy] Do not attempt to style title area of note-content element.



commit 52ff72e8c5c2c82584abcf8647f2e5dd66fba6ab
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon May 18 12:15:28 2009 -0700

    Do not attempt to style title area of note-content element.
---
 data/note2xhtml.xsl |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/data/note2xhtml.xsl b/data/note2xhtml.xsl
index 838e864..2ed2317 100644
--- a/data/note2xhtml.xsl
+++ b/data/note2xhtml.xsl
@@ -46,11 +46,6 @@
 	</div>
 </xsl:template>
 
-<xsl:template match="tomboy:note-content/*[1]/text()[1]">
-	<h1><xsl:value-of select="substring-before(., $newline)"/></h1>
-	<xsl:value-of select="substring-after(., $newline)"/>
-</xsl:template>
-
 <xsl:template match="tomboy:bold">
 	<b><xsl:apply-templates select="node()"/></b>
 </xsl:template>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]