Skip to content

Commit 99b70ee

Browse files
committed
Merge pull request googlecreativelab#17 from cmatta/master
missing close </p> in hello_coder index
2 parents 62791e5 + 44afb43 commit 99b70ee

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)