The 2024 Wheel Reinvention Jam is in 16 days. September 23-29, 2024. More info

[Resolved] Malformed html when replying to topics with "quotation" marks in them

when replying to the topic What is "optimization"? When is it "premature"? the following html is set for the title text box:

1
2
3
    <span class="title-edit"><label for="title">Post Title:</label>
        <input name="title" type="text" id="title" value="What is "optimization"? When is it "premature"?"/></span>
    <div class="toolbar" id="toolbar">


The unescaped " creates oddness and cuts off the title.

Edited by Jeroen van Rijn on Reason: Resolved
ratchetfreak
when replying to the topic What is "optimization"? When is it "premature"? the following html is set for the title text box:

1
2
3
    <span class="title-edit"><label for="title">Post Title:</label>
        <input name="title" type="text" id="title" value="What is "optimization"? When is it "premature"?"/></span>
    <div class="toolbar" id="toolbar">


The unescaped " creates oddness and cuts off the title.


Indeed. That's a regression. Thanks for the report.
Resolved.