ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.391 by root, Fri Oct 26 04:22:05 2007 UTC vs.
Revision 1.392 by root, Fri Oct 26 04:44:54 2007 UTC

1564 my ($self, $pod) = @_; 1564 my ($self, $pod) = @_;
1565 1565
1566 my $xml; 1566 my $xml;
1567 1567
1568 while () { 1568 while () {
1569 if ($pod =~ /\G( (?: [^BCGHITU]+ | .(?=[^<]) )+ )/xgcs) { 1569 if ($pod =~ /\G( (?: [^BCGHITU]+ | .(?!<) )+ )/xgcs) {
1570 $group = $1; 1570 $group = $1;
1571 1571
1572 $group =~ s/&/&amp;/g; 1572 $group =~ s/&/&amp;/g;
1573 $group =~ s/</&lt;/g; 1573 $group =~ s/</&lt;/g;
1574 1574

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines