From 7275934d139fee6ddc605fe75dfb0ccc0acd6000 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 31 Aug 2008 20:22:56 +0200 Subject: [PATCH] Add item link below items If we have discuss under discussion, this one is here to be fair to items. --- PciIds/Html/List.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PciIds/Html/List.pm b/PciIds/Html/List.pm index a6ba4aa..abaabb5 100644 --- a/PciIds/Html/List.pm +++ b/PciIds/Html/List.pm @@ -80,6 +80,7 @@ sub list( $$$$ ) { $args->{'restrict'} = $address->defaultRestrict() unless( defined( $args->{'restrict'} ) ); $tables->nodes( $address->get(), $args ); genTableTail(); + print "

Add item\n"; } genHtmlTail(); return OK; -- 2.39.2