diff options
author | randomdan <randomdan@localhost> | 2010-09-21 18:53:52 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-09-21 18:53:52 +0000 |
commit | a61f87fe861e920397a58b3326b073e6d5278bbb (patch) | |
tree | f05519f6b77695a8850b3b6d20e6a856e49ef91e | |
parent | Fix bug import via converting the HTML into a properly quoted CSV (diff) | |
download | gentoobrowse-a61f87fe861e920397a58b3326b073e6d5278bbb.tar.bz2 gentoobrowse-a61f87fe861e920397a58b3326b073e6d5278bbb.tar.xz gentoobrowse-a61f87fe861e920397a58b3326b073e6d5278bbb.zip |
Tidy up the bug list
-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> |