From 1be07dd7dd5032cc7b4e90a4e0fc0432ccda67a6 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 22 Jun 2010 01:06:58 +0200 Subject: Documentation tweaks. --- doc/site.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc/site.conf') diff --git a/doc/site.conf b/doc/site.conf index 6d3be76..7c42a1e 100644 --- a/doc/site.conf +++ b/doc/site.conf @@ -24,7 +24,8 @@ sub button_link { my $label = shift; my $txt = shift; my $trail = shift; - &$anchor('', $Texi2HTML::HREF{$label}, $txt) . ($trail || '  ') + '' + . $txt . '' . $trail; } $jao_navigation_links = ''; @@ -32,20 +33,18 @@ $jao_navigation_links = ''; sub chap_header { my $fh = shift; $jao_navigation_links = nav_links(); - # print $fh $jao_navigation_links; print $fh "
"; } sub chap_footer { my $fh = shift; - # print $fh "
"; print $fh $jao_navigation_links; } sub nav_links { ''); } -- cgit v1.2.3