We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Handmade Network»Forums»Site Feedback
513 posts
[Resolved] Malformed html when replying to topics with "quotation" marks in them
Edited by Jeroen van Rijn on Reason: Resolved
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.
Jeroen van Rijn
248 posts
A big ball of Wibbly-Wobbly, Timey-Wimey _stuff_
[Resolved] Malformed html when replying to topics with "quotation" marks in them
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.
Jeroen van Rijn
248 posts
A big ball of Wibbly-Wobbly, Timey-Wimey _stuff_
[Resolved] Malformed html when replying to topics with "quotation" marks in them
Resolved.