summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-05-28 14:22:29 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-05-28 14:22:29 +0000
commit130fa8f739ff09aedb520c33239f53d06cfe9bd5 (patch)
tree2036d67c77a4e349e2ed4a8f32ffb53ca368a5ee
parent032f2d973bd5c9a9b457cb5fc72d13dafe85c01e (diff)
plugins.xsl: The class was not shown in plugin docs. Fix typo in changelog below.
Original commit message from CVS: * plugins.xsl: The class was not shown in plugin docs. Fix typo in changelog below.
-rw-r--r--ChangeLog7
-rw-r--r--plugins.xsl2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 221550c..029dc87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-28 Stefan Kost <ensonic@users.sf.net>
+
+ * plugins.xsl:
+ The class was not shown in plugin docs. Fix typo in changelog below.
+
2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
* gstdoc-scangobj:
@@ -47,7 +52,7 @@
2008-05-12 Stefan Kost <ensonic@users.sf.net>
* plugins.xsl:
- Improve the layput of the caps, but splitting them on ";".
+ Improve the layout of the caps, but splitting them on ";".
2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
diff --git a/plugins.xsl b/plugins.xsl
index ad52768..c691bd4 100644
--- a/plugins.xsl
+++ b/plugins.xsl
@@ -55,7 +55,7 @@
<xsl:element name="varlistentry">
<xsl:element name="term">class</xsl:element>
<xsl:element name="listitem">
- <xsl:element name="simpara"><xsl:value-of select="details" /></xsl:element>
+ <xsl:element name="simpara"><xsl:value-of select="class" /></xsl:element>
</xsl:element>
</xsl:element>