/[webpac2]/trunk/vhost/webpac2.cgi
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/vhost/webpac2.cgi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1217 by dpavlin, Tue May 26 15:00:57 2009 UTC revision 1218 by dpavlin, Tue Jun 9 21:34:21 2009 UTC
# Line 278  if ( my $search = param('search') ) { Line 278  if ( my $search = param('search') ) {
278                                                  warn "disable html markup for $attr: $@";                                                  warn "disable html markup for $attr: $@";
279                                                  $html_markup_skip->{$attr} = $@;                                                  $html_markup_skip->{$attr} = $@;
280                                          }                                          }
281                                    } else {
282                                            $v =~ s{(http://\S+)}{<a href="$1">$1</a>};
283                                  }                                  }
284                                  my $label = $attr_labels->{'-labels'}->{$attr} || $attr;                                  my $label = $attr_labels->{'-labels'}->{$attr} || $attr;
285                                  print qq|<div><label>$label</label><span class=$attr>$v</span></div>\n|;                                  print qq|<div><label>$label</label><span class=$attr>$v</span></div>\n|;

Legend:
Removed from v.1217  
changed lines
  Added in v.1218

  ViewVC Help
Powered by ViewVC 1.1.26