Skip to content
New issue

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

Strange rendering of main README.md #29

Open
albert-github opened this issue May 17, 2020 · 1 comment
Open

Strange rendering of main README.md #29

albert-github opened this issue May 17, 2020 · 1 comment

Comments

@albert-github
Copy link

In the main README.md file we see the usage of the tag Location tag.
We see (at least twice):

<Location />
    SetHandler perl-script
    PerlHandler HTML::Mason::ApacheHandler
</Location>

The <Location /> is a bit strange to me, I think this should be <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
@arunbear
Copy link

Added #36 to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants