Comment 0 for bug 1276359

Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

We must remove mention to ubuntu as plainbox is now upstreamed to debian:

<xsl:template match="software/lsbrelease">
    <h3 id="lsbrelease">Installed version of Ubuntu</h3>
    <table>
        <xsl:for-each select="property">
            <tr>
                <td class="label"><xsl:value-of select="@name" /></td>
                <td><xsl:value-of select="." /></td>
            </tr>
        </xsl:for-each>
    </table>
</xsl:template>