Skip to content

Commit 30c7117

Browse files
authored
Merge pull request #3719 from koga1020/patch-views-md
fixed the closing tag from div to section
2 parents 3161ec8 + 8209653 commit 30c7117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Then let's add a line with a link back to the same page. (The objective is to se
8686
<h1><%= gettext "Welcome to %{name}!", name: "Phoenix" %></h1>
8787
<p>A productive web framework that<br/>does not compromise speed or maintainability.</p>
8888
<p><a href="<%= Routes.page_path(@conn, :index) %>">Link back to this page</a></p>
89-
</div>
89+
</section>
9090
```
9191

9292
Now we can reload the page and view source to see what we have.

0 commit comments

Comments
 (0)