Put an x in the boxes that apply. If you're unsure about any of them, don't hesitate to ask. We are here to help!
This is simply a reminder of what we are going to look for before merging your code.
[x] I have read and noticed the CONTRIBUTING document
[ ] I have added necessary documentation or screenshots (if appropriate)
Types of changes
Please check x the type of change your PR introduces:
[ ] Bugfix (change which fixes an issue)
[ ] Feature (change which adds functionality)
[ ] Code style update (formatting, renaming)
[ ] Refactoring (functional, structural)
[x] Documentation content changes
[ ] Other (please describe)
What is the current behavior?
When using $_WD_OPTION_Advanced in _WD_SetElementValue, $sValue is not escaped
What is the new behavior?
Behavior is unchanged. Added remark to document that the user is responsible for formatting the data prior to calling _WD_SetElementValue in Advanced mode.
Pull request
Proposed changes
Closes #466
Checklist
Put an
x
in the boxes that apply. If you're unsure about any of them, don't hesitate to ask. We are here to help!This is simply a reminder of what we are going to look for before merging your code.
Types of changes
Please check
x
the type of change your PR introduces:What is the current behavior?
When using $_WD_OPTION_Advanced in _WD_SetElementValue, $sValue is not escaped
What is the new behavior?
Behavior is unchanged. Added remark to document that the user is responsible for formatting the data prior to calling _WD_SetElementValue in Advanced mode.
Additional context
Add any other context about the problem here.
System under test
Please complete the following information.