panettone: titles get messed up when editing if they contain a single quote
#92
Opened by sterni at
Needs investigation, but to reproduce:
- Have an issue with a title that contains one single quote/apostrophe
- Click edit
The title is stripped after the single quote in the title field of the rendered form.
This is an escaping issue.
'
should be escaped to'
probably. Below theinput
for #91:<input type='text' id='subject' name='subject' placeholder='Subject' value='panettone: show user's offset in dottime' />
sterni at 2021-01-15T13·03+00
-
sterni at 2021-01-15T13·45+00
https://github.com/edicl/cl-who/issues/32
sterni at 2021-01-17T13·24+00
- sterni closed this issue at 2021-01-29T22·55+00