Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 5478c79

Browse files
committed
eliminate extra :
1 parent 25d4f21 commit 5478c79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/parsons/parsons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def setup(app):
3535
TEMPLATE = """
3636
<div class="%(divclass)s" style="max-width: none;">
3737
<pre data-component="parsons" data-question_label="%(question_label)s" id="%(divid)s" %(adaptive)s %(maxdist)s %(order)s %(noindent)s %(language)s %(numbered)s %(optional)s style="visibility: hidden;">
38-
<span data-question>%(qnumber)s: %(instructions)s</span>%(code)s
38+
<span data-question>%(qnumber)s %(instructions)s</span>%(code)s
3939
</pre>
4040
</div>
4141
"""

0 commit comments

Comments
 (0)