stas 02/02/04 20:13:37 Modified: tmpl/custom/html index_body Log: - we cannot wrap body.top and body.bot in <p></p>, since that may result in a broken HTML. The source pages should worry to produce a valid HTML in first place. Revision Changes Path 1.10 +2 -2 modperl-docs/tmpl/custom/html/index_body Index: index_body =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_body,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- index_body 4 Feb 2002 11:34:34 -0000 1.9 +++ index_body 5 Feb 2002 04:13:37 -0000 1.10 @@ -15,7 +15,7 @@ rel_doc_root=doc.dir.rel_doc_root; IF doc.body.top; - "<p>${doc.body.top}</p>"; + "${doc.body.top}"; END; IF doc.meta.abstract; @@ -25,7 +25,7 @@ PROCESS index_toc toc=doc.toc; IF doc.body.bot; - "<p>${doc.body.bot}</p>"; + "${doc.body.bot}"; END; "<br>";
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]