X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fdoc.mc;h=07d7ad6b1c9073c94baae297cd1e08b256055808;hp=beae59cbb31c1174e8bc41259945de3ceb909300;hb=03c3919c5236b5518e6ae23ca80634d25c608c57;hpb=ffff14134a767a31948cb44d8c7695ab8e947aad diff --git a/web/htdocs/details/doc.mc b/web/htdocs/details/doc.mc index beae59c..07d7ad6 100644 --- a/web/htdocs/details/doc.mc +++ b/web/htdocs/details/doc.mc @@ -1,4 +1,4 @@ -%# $Id: doc.mc,v 1.2 2006-11-01 10:11:01 mike Exp $ +%# $Id: doc.mc,v 1.3 2006-11-16 12:16:18 mike Exp $ <%once> use Pod::Html; use IO::Dir; @@ -31,7 +31,7 @@ sub render_doc_links { or die "can't open directory handle for '$base/$dir'"; print " " x $level, "
  • $dir
  • \n"; - print " " x $level, "\n"; undef $dh; }