We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3161ec8 + 8209653 commit 30c7117Copy full SHA for 30c7117
guides/views.md
@@ -86,7 +86,7 @@ Then let's add a line with a link back to the same page. (The objective is to se
86
<h1><%= gettext "Welcome to %{name}!", name: "Phoenix" %></h1>
87
<p>A productive web framework that<br/>does not compromise speed or maintainability.</p>
88
<p><a href="<%= Routes.page_path(@conn, :index) %>">Link back to this page</a></p>
89
-</div>
+</section>
90
```
91
92
Now we can reload the page and view source to see what we have.
0 commit comments