Close tag

This commit is contained in:
Martin Polden 2012-11-25 19:08:25 +01:00
parent a3a2b08ba8
commit aca46e85da
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
{{ range $key, $value := .Header }} {{ range $key, $value := .Header }}
<tr> <tr>
<td><code>curl ifconfig.co/{{ ToLower $key }}</code></td> <td><code>curl ifconfig.co/{{ ToLower $key }}</code></td>
<td class="response">{{ index $self.Header $key }} <td class="response">{{ index $self.Header $key }}</td>
</tr> </tr>
{{end}} {{end}}
{{end}} {{end}}