From 2af3df50fe02e8558ebdf94c426fa3dc6cb246b1 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 19 Jul 2007 14:05:41 +0000 Subject: [PATCH] do not include description in link to popup --- httemplate/config/config-view.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 5f2166320..4d709e8c2 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -48,8 +48,8 @@ - <% $i->key %> - <% $i->description %> - + <% $i->key %> - <% $i->description %> + % foreach my $type ( ref($i->type) ? @{$i->type} : $i->type ) { % my $n = 0; -- 2.11.0