Skip to content

Commit 44afb43

Browse files
committed
missing close </p> in hello_coder index
1 parent 7106d2d commit 44afb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coder-base/views/apps/hello_coder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<canvas id="animation"></canvas>
2828
<div class="pagecontent">
2929
<h1>Hello Coder</h1>
30-
<p>Get started with Coder by exploring this app.
30+
<p>Get started with Coder by exploring this app.</p>
3131
<p>Click the edit button "&lt;/&gt;" to dive in.</p>
3232
<p>It's at the top right.</p>
3333
</div>

0 commit comments

Comments
 (0)