Close tag

This commit is contained in:
Martin Polden 2012-11-25 19:08:25 +01:00
parent a3a2b08ba8
commit aca46e85da

View File

@ -53,7 +53,7 @@
{{ range $key, $value := .Header }}
<tr>
<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>
{{end}}
{{end}}