We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the main README.md file we see the usage of the tag Location tag. We see (at least twice):
Location
<Location /> SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler </Location>
The <Location /> is a bit strange to me, I think this should be <Location>
<Location />
<Location>
In the file there is also the line:
The <Location> section routes all requests to the Mason handler
but this renders like:
The section routes all requests to the Mason handler
due to the fact that <Location> is seen as an, unknown, HTML tag. I think a good solution might be:
The `<Location>` section routes all requests to the Mason handler
The text was updated successfully, but these errors were encountered:
Added #36 to fix this.
Sorry, something went wrong.
No branches or pull requests
In the main README.md file we see the usage of the tag
Location
tag.We see (at least twice):
The
<Location />
is a bit strange to me, I think this should be<Location>
In the file there is also the line:
but this renders like:
due to the fact that
<Location>
is seen as an, unknown, HTML tag.I think a good solution might be:
The text was updated successfully, but these errors were encountered: