plugins.xsl: The class was not shown in plugin docs. Fix typo in changelog below.
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 28 May 2008 14:22:29 +0000 (14:22 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 28 May 2008 14:22:29 +0000 (14:22 +0000)
Original commit message from CVS:
* plugins.xsl:
The class was not shown in plugin docs. Fix typo in changelog below.

ChangeLog
plugins.xsl

index 221550c..029dc87 100644 (file)
--- 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>
        
index ad52768..c691bd4 100644 (file)
@@ -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>