diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-12-23 16:21:21 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-12-27 17:16:14 +0000 |
commit | b748f95636ab38d1d18daefe4773ed40508c6b26 (patch) | |
tree | 8bd47f22a77eca11f331ac1e3cef5a6881f96aca | |
parent | Add missing thank you footer to emails (diff) | |
download | gentoobrowse-api-b748f95636ab38d1d18daefe4773ed40508c6b26.tar.bz2 gentoobrowse-api-b748f95636ab38d1d18daefe4773ed40508c6b26.tar.xz gentoobrowse-api-b748f95636ab38d1d18daefe4773ed40508c6b26.zip |
Fix empty i in HTML emails
-rw-r--r-- | gentoobrowse-api/service/notifications/xslt/news.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse-api/service/notifications/xslt/news.xslt b/gentoobrowse-api/service/notifications/xslt/news.xslt index 6b2ea29..04ff36e 100644 --- a/gentoobrowse-api/service/notifications/xslt/news.xslt +++ b/gentoobrowse-api/service/notifications/xslt/news.xslt @@ -17,7 +17,7 @@ <li> <a> <xsl:attribute name="href">http://gentoobrowse.randomdan.homeip.net/packages/<xsl:value-of select="name" /></xsl:attribute> - <i class="icon-chevron-right"></i> + <i class="icon-chevron-right"> </i> <xsl:value-of select="name" /> </a> </li> |