betz            Tue Mar 26 14:15:58 2002 EDT

  Modified files:              
    /phpdoc/dsssl       html-common.dsl 
  Log:
  changed <title> and <question> in comment
  
Index: phpdoc/dsssl/html-common.dsl
diff -u phpdoc/dsssl/html-common.dsl:1.5 phpdoc/dsssl/html-common.dsl:1.6
--- phpdoc/dsssl/html-common.dsl:1.5    Thu Mar 21 19:08:11 2002
+++ phpdoc/dsssl/html-common.dsl        Tue Mar 26 14:15:58 2002
@@ -1,6 +1,6 @@
 ;; -*- Scheme -*-
 ;;
-;; $Id: html-common.dsl,v 1.5 2002/03/22 00:08:11 hholzgra Exp $
+;; $Id: html-common.dsl,v 1.6 2002/03/26 19:15:58 betz Exp $
 ;;
 
 ;; Returns the depth of the auto-generated TOC (table of
@@ -12,7 +12,7 @@
       ))
 
 ;; re-defining element-id as we need to get the id of the parent
-;; element not only for <title> but also for <question> in the faq
+;; element not only for title but also for question in the faq
 (define (element-id #!optional (nd (current-node)))
   (let ((elem (if (equal? (gi nd) (normalize "title")) (parent nd)  
                    (if (equal? (gi nd) (normalize "question")) (parent nd) 


Reply via email to