Skip to content

Commit

Permalink
some POD / markdown tweaks
Browse files Browse the repository at this point in the history
<ISINDEX> -> ISINDEX so the markdown doesn't break
  • Loading branch information
leejo committed Apr 17, 2015
1 parent 5608e42 commit 08678ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ To create an empty query, initialize it from an empty string or hash:

my @keywords = $query->keywords

If the script was invoked as the result of an <ISINDEX> search, the parsed
If the script was invoked as the result of an ISINDEX search, the parsed
keywords can be obtained as an array using the keywords() method.

## Fetching the names of all the parameters passed to your script:
Expand All @@ -300,7 +300,7 @@ keywords can be obtained as an array using the keywords() method.
If the script was invoked with a parameter list
(e.g. "name1=value1&name2=value2&name3=value3"), the param() / multi\_param()
methods will return the parameter names as a list. If the script was invoked
as an <ISINDEX> script and contains a string without ampersands
as an ISINDEX script and contains a string without ampersands
(e.g. "value1+value2+value3"), there will be a single parameter named
"keywords" containing the "+"-delimited keywords.

Expand Down
4 changes: 2 additions & 2 deletions lib/CGI.pod
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ To create an empty query, initialize it from an empty string or hash:

my @keywords = $query->keywords

If the script was invoked as the result of an <ISINDEX> search, the parsed
If the script was invoked as the result of an ISINDEX search, the parsed
keywords can be obtained as an array using the keywords() method.

=head2 Fetching the names of all the parameters passed to your script:
Expand All @@ -299,7 +299,7 @@ keywords can be obtained as an array using the keywords() method.
If the script was invoked with a parameter list
(e.g. "name1=value1&name2=value2&name3=value3"), the param() / multi_param()
methods will return the parameter names as a list. If the script was invoked
as an <ISINDEX> script and contains a string without ampersands
as an ISINDEX script and contains a string without ampersands
(e.g. "value1+value2+value3"), there will be a single parameter named
"keywords" containing the "+"-delimited keywords.

Expand Down

0 comments on commit 08678ef

Please sign in to comment.