8000 Move status message to a new line · matplotlib/matplotlib@c5479c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5479c2

Browse files
crbatesmdboom
authored andcommitted
Move status message to a new line
1 parent 499a960 commit c5479c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/matplotlib/backends/web_static/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,11 @@
7272
{% end %}
7373
</select>
7474
</span>
75-
<span id="mpl-message" class="mpl-message"/>
75+
7676
</div>
77+
<div>
78+
<span id="mpl-message" class="mpl-message"/>
79+
</div>
7780
</div>
7881
</body>
7982
</html>

0 commit comments

Comments
 (0)
0