summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-01-15 17:24:06 +0000
committerPaul W. Frields <stickster@gmail.com>2006-01-15 17:24:06 +0000
commitd298b366b07c3d6af6dadfe3395feff95ffe3f8e (patch)
treec95d48ca20e72991faef0edc729165948945ed81 /packaging
parente88daf0d5bf3f51a5d141b2d774fe82908992dda (diff)
downloadfedora-doc-utils-d298b366b07c3d6af6dadfe3395feff95ffe3f8e.tar.gz
fedora-doc-utils-d298b366b07c3d6af6dadfe3395feff95ffe3f8e.tar.xz
fedora-doc-utils-d298b366b07c3d6af6dadfe3395feff95ffe3f8e.zip
Actually, makes much more sense for the default to be id
Diffstat (limited to 'packaging')
-rw-r--r--packaging/get-worker.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/get-worker.xsl b/packaging/get-worker.xsl
index 732d902..817ec24 100644
--- a/packaging/get-worker.xsl
+++ b/packaging/get-worker.xsl
@@ -2,7 +2,7 @@
Get a worker attribute by name for a specific worker.
pos : param, integer for position (default: 1)
- att : stringparam, name of attribute to fetch (default: email)
+ att : stringparam, name of attribute to fetch (default: id)
N.B.: xml:space attribute not set to avoid output ugliness
-->
@@ -12,7 +12,7 @@ N.B.: xml:space attribute not set to avoid output ugliness
<xsl:output encoding="UTF-8" indent="yes" method="xml" omit-xml-declaration="yes" standalone="no" version="1.0"/>
<xsl:param name="pos" select="1"/>
- <xsl:param name="att" select="'email'"/>
+ <xsl:param name="att" select="'id'"/>
<xsl:strip-space elements="*"/>
<xsl:template match="/">