Skip to content

Commit

Permalink
adding div to details for content
Browse files Browse the repository at this point in the history
related to issue #1
  • Loading branch information
iamjolly committed Feb 16, 2017
1 parent 109fc58 commit c6ed3c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ <h1>Web Accessibility Laws &amp; Policies</h1>
{% if help.title == "Disclaimer" %}
<details>
<summary><h2 id="x{{help.title | slugify }}">{{help.title}}: This is <em>not legal advice</em>. (click to open)</h2></summary>
{{help.content}}
<div>
{{help.content}}
</div>
</details>
{% else %}
<h2 id="x{{help.title | slugify }}">{{help.title}}</h2>
Expand Down

0 comments on commit c6ed3c5

Please sign in to comment.