Skip to content

Commit 4d1a60c

Browse files
authored
MAINT: Add missing space between launch button tag elements (#42)
1 parent cee16c6 commit 4d1a60c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sphinx_thebe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def __init__(self, rawsource="", *children, text="Run code", **attributes):
180180
def html(self):
181181
text = self["text"]
182182
return (
183-
'<button title="{text}" class="thebelab-button thebe-launch-button"'
183+
'<button title="{text}" class="thebelab-button thebe-launch-button" '
184184
'onclick="initThebe()">{text}</button>'.format(text=text)
185185
)
186186

0 commit comments

Comments
 (0)