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