diff options
-rw-r--r-- | gentoobrowse/browse.xslt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoobrowse/browse.xslt b/gentoobrowse/browse.xslt index 6720a54..7a3cf29 100644 --- a/gentoobrowse/browse.xslt +++ b/gentoobrowse/browse.xslt @@ -166,9 +166,9 @@ <li> <a target="_blank"> <xsl:attribute name="href">http://bugs.gentoo.org/<xsl:value-of select="bugid" /></xsl:attribute> - <xsl:value-of select="summary" /> + <xsl:value-of select="bugid" /> </a> - (<xsl:value-of select="bugid" />) + - <xsl:value-of select="summary" /> </li> </xsl:for-each> </ul> |