7: add kuroit-1 and safeHTML on vps_location

This commit is contained in:
minoplhy 2025-04-10 23:52:16 +07:00
parent fe025fe1b2
commit c1979ab7ee
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF
2 changed files with 361 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,10 +32,10 @@
<h3>Location</h3>
{{ range $location }}
<pre> <b>{{ .type }}:</b> {{ .value }}</pre>
<pre> <b>{{ .type }}:</b> {{ .value | safeHTML }}</pre>
{{ end }}
<h3>Owner</h3>
{{ range $owner }}
<pre> <b>{{ .type }}:</b> {{ .value }}</pre>
<pre> <b>{{ .type }}:</b> {{ .value |safeHTML }}</pre>
{{ end }}