Skip to content
Snippets Groups Projects
Commit ce11716f authored by srosse's avatar srosse
Browse files

OO-2869: remove leading s of the id

parent 065072c2
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
#end
</div>
<div class="col-sm-1">
<input type="checkbox" id="oo_correct-${foreach.count}s" name="correct" value="${choice.getIdentifierString()}" #if($restrictedEdit) disabled #end #if(${choice.isCorrect()}) checked #end/>
<input type="checkbox" id="oo_correct-${foreach.count}" name="correct" value="${choice.getIdentifierString()}" #if($restrictedEdit) disabled #end #if(${choice.isCorrect()}) checked #end/>
$f.appendFlexiFormDirtyForCheckbox("oo_correct-${foreach.count}")
</div>
<div class="col-sm-10">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment