diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-07-14 11:25:48 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-07-14 11:25:48 +0200 |
commit | 75a4b85ea060c5b63e9742ee9d1591bd618ba5c2 (patch) | |
tree | dc894aa01b16664807bd18328766a43e9ebd21ea /doc/user-guide/help.xsl | |
parent | 7e3592e96b27ec8375e4b28354bcf9ed4cf5943b (diff) |
Fixed a memory leak, added a check for valid Jabber handles, and updated
documentation (added information about "account set" and sorted the list
of settings because it was a bit too random).
Diffstat (limited to 'doc/user-guide/help.xsl')
-rw-r--r-- | doc/user-guide/help.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user-guide/help.xsl b/doc/user-guide/help.xsl index 0eb1a88b..394530a7 100644 --- a/doc/user-guide/help.xsl +++ b/doc/user-guide/help.xsl @@ -6,7 +6,7 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.1"> - <xsl:output method="text" encoding="iso-8859-1" standalone="yes"/> + <xsl:output method="text" encoding="utf-8" standalone="yes"/> <xsl:strip-space elements="*"/> <xsl:template match="text()"> |