add end tag

This commit is contained in:
Zachary Chai 2016-10-18 16:39:30 -04:00
parent caf6d0bcae
commit df8c265750
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<figure class=highlight><pre><figcaption class="text" data-lang="text"> <figure class=highlight><pre><figcaption class="text" data-lang="text">
<p>Hi Everyone</p> <p>Hi Everyone</p>
<p>The meeting will be at this URL</p> <p>The meeting will be at this URL</p>
<p><a id="text_meeting_url" href="<%= @meeting_url %>"><%= @meeting_url %></p> <p><a id="text_meeting_url" href="<%= @meeting_url %>"><%= @meeting_url %></a></p>
<p>Please join!</p> <p>Please join!</p>
</figcaption></pre></figure> </figcaption></pre></figure>