diff options
Diffstat (limited to 'gentoobrowse-api/service/notifications/xslt/news.xslt')
-rw-r--r-- | gentoobrowse-api/service/notifications/xslt/news.xslt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gentoobrowse-api/service/notifications/xslt/news.xslt b/gentoobrowse-api/service/notifications/xslt/news.xslt index a5d1c04..62104e0 100644 --- a/gentoobrowse-api/service/notifications/xslt/news.xslt +++ b/gentoobrowse-api/service/notifications/xslt/news.xslt @@ -36,17 +36,18 @@ <xsl:attribute name="href">https://gentoobrowse.randomdan.homeip.net/packages/<xsl:value-of select="$category/name" /></xsl:attribute> <xsl:value-of select="$category/name" /> </a> - / + <xsl:text> / </xsl:text> <a> <xsl:attribute name="href">https://gentoobrowse.randomdan.homeip.net/packages/<xsl:value-of select="$category/name" />/<xsl:value-of select="name" /></xsl:attribute> <xsl:value-of select="name" /> </a> - : + <xsl:text> : </xsl:text> <xsl:value-of select="description" /> </p> <xsl:for-each select="../../ebuilds/ebuild[packageid = current()/packageid]"> <p> - v<xsl:value-of select="version" /> + <xsl:text>v</xsl:text> + <xsl:value-of select="version" /> </p> </xsl:for-each> </xsl:for-each> |