Skip to content

Commit 3507779

Browse files
Grinnzkhwilliamson
authored andcommitted
Pod::Simple::XHTML: escape pod formatting that's not meant to be rendered
1 parent 0c34491 commit 3507779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Pod/Simple/XHTML.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ the call to C<parse_file>:
118118
119119
=head2 perldoc_url_prefix
120120
121-
In turning L<Foo::Bar> into http://whatever/Foo%3a%3aBar, what
121+
In turning LE<lt>Foo::BarE<gt> into http://whatever/Foo%3a%3aBar, what
122122
to put before the "Foo%3a%3aBar". The default value is
123123
"https://metacpan.org/pod/".
124124
@@ -129,7 +129,7 @@ default.
129129
130130
=head2 man_url_prefix
131131
132-
In turning C<< L<crontab(5)> >> into http://whatever/man/1/crontab.1, what
132+
In turning C<< LE<lt>crontab(5)E<gt> >> into http://whatever/man/1/crontab.1, what
133133
to put before the "1/crontab.1". The default value is
134134
"https://man7.org/linux/man-pages/man".
135135

0 commit comments

Comments
 (0)