summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/service/notifications/xslt/news.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse-api/service/notifications/xslt/news.xslt')
-rw-r--r--gentoobrowse-api/service/notifications/xslt/news.xslt8
1 files changed, 4 insertions, 4 deletions
diff --git a/gentoobrowse-api/service/notifications/xslt/news.xslt b/gentoobrowse-api/service/notifications/xslt/news.xslt
index 04ff36e..a5d1c04 100644
--- a/gentoobrowse-api/service/notifications/xslt/news.xslt
+++ b/gentoobrowse-api/service/notifications/xslt/news.xslt
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fn="http://exslt.org/strings" xmlns:project2="http://project2.randomdan.homeip.net" version="1.0" exclude-result-prefixes="project2 fn">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fn="http://exslt.org/strings" version="1.0" exclude-result-prefixes="fn">
<xsl:import href="base.xslt"/>
<xsl:output encoding="utf-8" method="html" media-type="text/html" indent="yes"/>
@@ -16,7 +16,7 @@
<xsl:sort select="name" data-type="text" order="ascending"/>
<li>
<a>
- <xsl:attribute name="href">http://gentoobrowse.randomdan.homeip.net/packages/<xsl:value-of select="name" /></xsl:attribute>
+ <xsl:attribute name="href">https://gentoobrowse.randomdan.homeip.net/packages/<xsl:value-of select="name" /></xsl:attribute>
<i class="icon-chevron-right">&#160;</i>
<xsl:value-of select="name" />
</a>
@@ -33,12 +33,12 @@
<xsl:variable name="package" select="." />
<p>
<a>
- <xsl:attribute name="href">http://gentoobrowse.randomdan.homeip.net/packages/<xsl:value-of select="$category/name" /></xsl:attribute>
+ <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>
/
<a>
- <xsl:attribute name="href">http://gentoobrowse.randomdan.homeip.net/packages/<xsl:value-of select="$category/name" />/<xsl:value-of select="name" /></xsl:attribute>
+ <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>
: