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

Fixed white space being returned in urls #20

Closed
wants to merge 1 commit into from
Closed

Fixed white space being returned in urls #20

wants to merge 1 commit into from

Conversation

Grocel
Copy link

@Grocel Grocel commented Oct 10, 2021

Fixes #10

Explanation:
In Lua strings are never passed by reference therefore they are recreated and the original is never changed. You need to override the original with the new string. The escape function was run but its result was not used. This change fixes the escape call on the path and the result of the tostring/build operation is correctly escaped now.

@golgote golgote closed this in bdfb9d1 Oct 10, 2021
@Grocel Grocel deleted the patch-1 branch October 10, 2021 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URLs are not encoded on output.
1 participant