[Japi-cvs] SF.net SVN: japi: [76] trunk/src/doc/changelog.xslt
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2006-04-16 03:02:25
|
Revision: 76 Author: christianhujer Date: 2006-04-15 20:02:17 -0700 (Sat, 15 Apr 2006) ViewCVS: http://svn.sourceforge.net/japi/?rev=76&view=rev Log Message: ----------- Added last modification date to changelog. Modified Paths: -------------- trunk/src/doc/changelog.xslt Modified: trunk/src/doc/changelog.xslt =================================================================== --- trunk/src/doc/changelog.xslt 2006-04-16 02:53:56 UTC (rev 75) +++ trunk/src/doc/changelog.xslt 2006-04-16 03:02:17 UTC (rev 76) @@ -21,7 +21,7 @@ <html xml:lang="de"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> - <meta name="Date" content="$Date$" /> + <meta name="Date" content="$Date: {current-dateTime()}$" /> <title>JAPI Changelog</title> </head> <body> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |