Fixed desc
authorPhilippe Le Hégaret <plh@w3.org>
Mon, 08 Dec 2008 21:22:14 +0000
changeset 42 94daf527c285
parent 41 eb2c1729b97d
child 43 84ff716555a4
Fixed desc
testsuite/Report/report.xslt
--- a/testsuite/Report/report.xslt	Mon Dec 08 21:06:30 2008 +0000
+++ b/testsuite/Report/report.xslt	Mon Dec 08 21:22:14 2008 +0000
@@ -58,7 +58,7 @@
     <xsl:variable name='doc' select='$files[position()=$doc_number]'/>
     <tr>
       <th><a href='{concat("http://dev.w3.org/cvsweb/~checkout~/2008/tt/testsuite/", $doc, "?content-type=application/xml")}'><xsl:value-of select='tt:head/tt:metadata/ttm:title'/></a></th>
-      <td><xsl:value-of select='tt:head/tt:metadata/ttm:descr'/></td>	
+      <td><xsl:value-of select='tt:head/tt:metadata/ttm:desc'/></td>	
     </tr>
   </xsl:for-each>
 </tbody>