mirror of
https://github.com/mpolden/echoip.git
synced 2025-08-12 19:11:46 +02:00
Close tag
This commit is contained in:
@@ -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}}
|
||||||
|
Reference in New Issue
Block a user