Page MenuHomePhabricator

Problem with ' caracter in answer textfields
Open, Needs TriagePublic

Description

While doing a quiz about lilypond I got the following problem: the quiz doesn't accept the answer ' as correct.
Here is a sample of the code:

<quiz display="simple">
{ Question 
| type="{}" }
 { &#39; } 
</quiz>

I have tried with { ' }, {<nowiki>'</nowiki>}

Event Timeline

Tacsipacsi subscribed.

It works for me with the latest master version.