diff options
Diffstat (limited to 'kopete/plugins/webpresence/webpresence_xhtml.xsl')
-rw-r--r-- | kopete/plugins/webpresence/webpresence_xhtml.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kopete/plugins/webpresence/webpresence_xhtml.xsl b/kopete/plugins/webpresence/webpresence_xhtml.xsl index b50924ab..acec55ee 100644 --- a/kopete/plugins/webpresence/webpresence_xhtml.xsl +++ b/kopete/plugins/webpresence/webpresence_xhtml.xsl @@ -53,6 +53,9 @@ <xsl:template match="protocol"> <xsl:choose> + <xsl:when test=".='AIMProtocol'"> + <xsl:text>AIM</xsl:text> + </xsl:when> <xsl:when test=".='ICQProtocol'"> <xsl:text>ICQ</xsl:text> </xsl:when> |