We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59320aa commit 5b68f41Copy full SHA for 5b68f41
2 files changed
code-image-generator/source_code_final/templates/image.html
@@ -5,7 +5,7 @@
5
{% block content %}
6
<form>
7
{% if image_b64 %}
8
- <div class="code_picture">
+ <div class="code-picture">
9
<img src="data:image/png;base64,{{ image_b64 | safe }}"
10
alt="Code Image" />
11
</div>
code-image-generator/source_code_step_04/templates/image.html
0 commit comments