diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-05-28 14:22:29 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-05-28 14:22:29 +0000 |
commit | 130fa8f739ff09aedb520c33239f53d06cfe9bd5 (patch) | |
tree | 2036d67c77a4e349e2ed4a8f32ffb53ca368a5ee | |
parent | 032f2d973bd5c9a9b457cb5fc72d13dafe85c01e (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-- | ChangeLog | 7 | ||||
-rw-r--r-- | plugins.xsl | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -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> |