Skip to content

Commit

Permalink
each 'id' attribute should only appear once
Browse files Browse the repository at this point in the history
h2 tag in line 5 and line 11 both have id 'ENDPOINTS', I suppose the h2 tag in line 5 has a wrong id.
  • Loading branch information
fanofxiaofeng committed Jul 14, 2017
1 parent 3463b5e commit fdda7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpbin/templates/httpbin.1.html
Expand Up @@ -2,7 +2,7 @@
<h1>httpbin(1): HTTP Request &amp; Response Service</h1>
<p>Freely hosted in <a href="http://httpbin.org">HTTP</a>, <a href="https://httpbin.org">HTTPS</a>, &amp; <a href="http://eu.httpbin.org/">EU</a> flavors by <a href="http://kennethreitz.org">Kenneth Reitz</a> &amp; <a href="https://www.runscope.com/">Runscope</a>.</p>

<h2 id="ENDPOINTS">BONUSPOINTS</h2>
<h2 id="BONUSPOINTS">BONUSPOINTS</h2>

<ul>
<li><a href="https://now.httpbin.org/" data-bare-link="true"><code>now.httpbin.org</code></a> The current time, in a variety of formats.</li>
Expand Down

0 comments on commit fdda7bc

Please sign in to comment.