HTML5 Forms by faruken · Pull Request #98 · webpy/webpy
Conversation
Should be replaced by #440.
| label = net.websafe(arg[1]) | ||
| else: | ||
| label = net.websafe(arg) | ||
| x += '<option%s value="%s">' % (label_p, label) |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest to close the option tag:
x += '<option%s value="%s" />' % (label_p, label)
iredmail added a commit that referenced this pull request
Sep 22, 2019This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters