22 Jul 2008 21:53
[lispfaq commit] r21 - in trunk: . code
Author: peter.seibel
Date: Tue Jul 22 12:52:39 2008
New Revision: 21
Modified:
trunk/code/faq.lisp
trunk/faq.txt
Log:
Fixing typo.
Modified: trunk/code/faq.lisp
==============================================================================
--- trunk/code/faq.lisp (original)
+++ trunk/code/faq.lisp Tue Jul 22 12:52:39 2008
<at> <at> -21,7 +21,8 <at> <at>
(defun render-faq (input &optional output)
"Generate HTML version of FAQ."
- (let ((*paragraph-tags* '("modeline")))
+ (let ((*paragraph-tags* '("modeline"))
+ (*parse-links* nil))
(with-tag-translations ((:cl . (:span :class :cl))
(:datestamp . datestamp)
(:figure . figure))
Modified: trunk/faq.txt
==============================================================================
--- trunk/faq.txt (original)
+++ trunk/faq.txt Tue Jul 22 12:52:39 2008
(Continue reading)
RSS Feed