[bknr-cvs] r2524 - in branches/trunk-reorg/projects/quickhoney: src website/templates

hhubner at common-lisp.net hhubner at common-lisp.net
Sun Feb 17 21:38:18 UTC 2008


Author: hhubner
Date: Sun Feb 17 16:38:17 2008
New Revision: 2524

Modified:
   branches/trunk-reorg/projects/quickhoney/src/tags.lisp
   branches/trunk-reorg/projects/quickhoney/website/templates/index.xml
Log:
remove testing code.


Modified: branches/trunk-reorg/projects/quickhoney/src/tags.lisp
==============================================================================
--- branches/trunk-reorg/projects/quickhoney/src/tags.lisp	(original)
+++ branches/trunk-reorg/projects/quickhoney/src/tags.lisp	Sun Feb 17 16:38:17 2008
@@ -1,6 +1,6 @@
 (in-package :quickhoney.tags)
 
-(define-bknr-tag version-and-last-change (&rest args)
+(define-bknr-tag version-and-last-change ()
   (html "v1.1 | updated "
         (:princ-safe (string-downcase
                       (substitute #\Space #\-

Modified: branches/trunk-reorg/projects/quickhoney/website/templates/index.xml
==============================================================================
--- branches/trunk-reorg/projects/quickhoney/website/templates/index.xml	(original)
+++ branches/trunk-reorg/projects/quickhoney/website/templates/index.xml	Sun Feb 17 16:38:17 2008
@@ -35,7 +35,7 @@
 		</a>
 
 		<p id="path" class="text"> </p>
-		<p id="version" class="text"><quickhoney:version-and-last-change foo="1" bar="2" /></p>
+		<p id="version" class="text"><quickhoney:version-and-last-change /></p>
 
 		<div id="elements">
 			<div id="quickhoney">



More information about the Bknr-cvs mailing list