Update of /project/cldoc/cvsroot/cldoc/src In directory common-lisp.net:/tmp/cvs-serv31320
Modified Files: html.lisp Log Message: Typo fix Date: Thu Jan 5 15:54:11 2006 Author: ihatchondo
Index: cldoc/src/html.lisp diff -u cldoc/src/html.lisp:1.6 cldoc/src/html.lisp:1.7 --- cldoc/src/html.lisp:1.6 Thu Jan 5 15:47:11 2006 +++ cldoc/src/html.lisp Thu Jan 5 15:54:11 2006 @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: CLUDG; -*- -;;; $Id: html.lisp,v 1.6 2006/01/05 14:47:11 ihatchondo Exp $ +;;; $Id: html.lisp,v 1.7 2006/01/05 14:54:11 ihatchondo Exp $ ;;; --------------------------------------------------------------------------- ;;; Title: Common Lisp Universal Documentation Generator: HTML driver ;;; Created: 2005 10 23 2:30 @@ -706,7 +706,7 @@ ;; it was initially found. (html-write "~a~{~a~^ ~}~a" left-link-delim - (reverse link)1 + (reverse link) right-link-delim))))) (t (with-tag ((tree-tag element) ()) (map-over-tree element))))))))