[Yanel-commits] rev 50206 - public/yanel/trunk/src/contributions/resources/yanel-user/htdocs

michi at wyona.com michi at wyona.com
Mon Jun 7 11:25:07 CEST 2010


Author: michi
Date: 2010-06-07 11:25:07 +0200 (Mon, 07 Jun 2010)
New Revision: 50206

Modified:
   public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl
Log:
expiration date and description fixed

Modified: public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl	2010-06-07 09:24:48 UTC (rev 50205)
+++ public/yanel/trunk/src/contributions/resources/yanel-user/htdocs/yanel-user-profile.xsl	2010-06-07 09:25:07 UTC (rev 50206)
@@ -145,11 +145,11 @@
 -->
           <tr>
             <td>Expiration Date:</td>
-            <td><xsl:value-of select="$expiration-date"/></td>
+            <td><xsl:value-of select="expiration-date"/></td>
           </tr>
           <tr>
             <td>Description:</td>
-            <td><xsl:value-of select="$description"/></td>
+            <td><xsl:value-of select="description"/></td>
           </tr>
         </table>
       </p>



More information about the Yanel-commits mailing list