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

existing devfs_rules with single quotes are not properly loaded in edit HTML form #36

Open
ttaeschn opened this issue Jun 11, 2017 · 0 comments

Comments

@ttaeschn
Copy link

devfsrules like add path 'unlpt*' group cups' (containing single quote characters) can be added fine through the interface. After loading the values from config.xml again the rules (containing single quote characters) appear cut off add path in the edit box of the html form.
Other rules are unchanged.

Reason is that the values read from config.xml are not HTML-encoded when entered into the HTML form.
Fix is available here: #35

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

No branches or pull requests

1 participant