--- trunk/vhost/webpac2.cgi 2009/05/26 15:00:57 1192 +++ trunk/vhost/webpac2.cgi 2009/06/09 21:34:21 1218 @@ -278,6 +278,8 @@ warn "disable html markup for $attr: $@"; $html_markup_skip->{$attr} = $@; } + } else { + $v =~ s{(http://\S+)}{$1}; } my $label = $attr_labels->{'-labels'}->{$attr} || $attr; print qq|
$v
\n|;