Skip to content

Commit

Permalink
POD fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Sep 30, 2009
1 parent 31284b9 commit 30917ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FAQ.pod
Expand Up @@ -329,7 +329,7 @@ security hole with double encoding or decoding.

For the record, WSGI (PEP-333) defines both C<SCRIPT_NAME> and
C<PATH_INFO> be decoded and Rack leaves it implementation dependent,
while L<fixing> most of PATH_INFO left encoded in Ruby web server
while I<fixing> most of PATH_INFO left encoded in Ruby web server
implementations.

L<http://www.python.org/dev/peps/pep-0333/#url-reconstruction>
Expand Down
4 changes: 3 additions & 1 deletion PSGI.pod
@@ -1,3 +1,5 @@
=encoding utf-8

=head1 NAME

PSGI - Perl Web Server Gateway Interface Specification
Expand Down Expand Up @@ -57,7 +59,7 @@ Web application developers are developers who write code that uses one
of the web application framework that uses PSGI interface. They
usually don't need to deal with nor care about PSGI protocol at all.

=cut
=back

=head1 SPECIFICATION

Expand Down

0 comments on commit 30917ff

Please sign in to comment.