mirror of https://github.com/mpolden/echoip
Close tag
This commit is contained in:
parent
a3a2b08ba8
commit
aca46e85da
|
@ -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}}
|
||||||
|
|
Loading…
Reference in New Issue