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

Comparing deliantra/server/lib/cf/pod.pm (file contents):
Revision 1.16 by root, Mon Sep 8 11:37:08 2008 UTC vs.
Revision 1.17 by root, Thu Sep 11 22:18:09 2008 UTC

33 s/\s+/ /g; 33 s/\s+/ /g;
34 34
35 $_ 35 $_
36} 36}
37 37
38*view_seq_file = sub { "B<$_[1]>" }; 38*view_seq_file = sub { "C<$_[1]>" };
39*view_seq_code = sub { "B<$_[1]>" }; 39*view_seq_code = sub { "C<$_[1]>" };
40*view_seq_bold = sub { "B<$_[1]>" }; 40*view_seq_bold = sub { "B<$_[1]>" };
41*view_seq_italic = sub { "I<$_[1]>" }; 41*view_seq_italic = sub { "I<$_[1]>" };
42*view_seq_zero = sub { "Z<>" }; 42*view_seq_zero = sub { "Z<>" };
43*view_seq_space = sub { my $text = $_[1]; $text =~ s/ /\xa0/g; $text }; 43*view_seq_space = sub { my $text = $_[1]; $text =~ s/ /\xa0/g; $text };
44*view_seq_index = sub { push @{ $result[-1]{index} }, $_[1]; "" }; 44*view_seq_index = sub { push @{ $result[-1]{index} }, $_[1]; "" };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines