aboutsummaryrefslogtreecommitdiff
path: root/yapyap/theme.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'yapyap/theme.xsl')
-rw-r--r--yapyap/theme.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/yapyap/theme.xsl b/yapyap/theme.xsl
index b2fefc0..387eb52 100644
--- a/yapyap/theme.xsl
+++ b/yapyap/theme.xsl
@@ -134,7 +134,7 @@
134 <h1><xsl:value-of select="rss/channel/title" /></h1> 134 <h1><xsl:value-of select="rss/channel/title" /></h1>
135 <p> 135 <p>
136 <a target="_blank"> 136 <a target="_blank">
137 137
138 <xsl:attribute name="href"> 138 <xsl:attribute name="href">
139 <xsl:value-of select="rss/channel/link" /> 139 <xsl:value-of select="rss/channel/link" />
140 </xsl:attribute> 140 </xsl:attribute>
@@ -165,7 +165,7 @@
165 165
166 <section> 166 <section>
167 <xsl:if test="description"> 167 <xsl:if test="description">
168 <p><xsl:value-of select="description" /></p> 168 <p><xsl:copy-of select="description" /></p>
169 </xsl:if> 169 </xsl:if>
170 170
171 <xsl:if test="pubDate"> 171 <xsl:if test="pubDate">