Remove extra closing p tag

This commit is contained in:
Benny Ng
2015-06-02 00:13:23 +08:00
parent 430019977b
commit aa1a4938dd

View File

@@ -120,7 +120,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<paper-material elevation="1">
<h2 class="paper-font-display2">Users</h2>
<p>This is the users section</p>
<a href="/users/Rob">Rob</a></p>
<a href="/users/Rob">Rob</a>
</paper-material>
</section>