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

Commit 1c9774f

Browse files
committed
Fix: xml for activecode
1 parent b9a6f25 commit 1c9774f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

runestone/activecode/activecode.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,11 @@ def setup(app):
7676
"""
7777

7878
XML_LISTING_START = """
79-
<listing xml:id="{divid}">
80-
<caption>{caption}</caption>
81-
<program xml:id="{divid}_editor" interactive='activecode' language="{language}">
79+
<program xml:id="{divid}" interactive='activecode' language="{language}">
8280
<input>
8381
{initialcode}
8482
</input>
8583
</program>
86-
</listing>
8784
"""
8885

8986

0 commit comments

Comments
 (0)