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

Escape geoip html #69

Closed
wants to merge 1 commit into from
Closed

Conversation

watercrossing
Copy link

The geoip plugin prints a number of html special characters without escaping them - & <>. I have done the lazy fix for this and used the encode_entities function from HTML::Entities. This fix is done in 7e53176.

The second commit is entirely style - the two geoip plugin files have no discernible style at all, so i have applied some standard formatting. I did not find any guidance on the formatting for awstats, but I will re-format if you let me know.

@eldy
Copy link
Owner

eldy commented Dec 17, 2018

Can you make your PR "Add html escaping to geoip" into a separate PR that differs from indentation ?

@watercrossing
Copy link
Author

I have rebased the original fix to the latest develop and removed the indentation fix.

@eldy
Copy link
Owner

eldy commented Jun 27, 2019

Should be fixed by #131

@eldy eldy closed this Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants