fixed double json

This commit is contained in:
2026-01-14 15:49:36 +01:00
parent 22bc130173
commit 2b7726b709
+2 -2
View File
@@ -440,10 +440,10 @@ data:
Place: <b>{{ .JSON.String "place" }}</b> Place: <b>{{ .JSON.String "place" }}</b>
</div> </div>
{{ else }} {{ else }}
{{ $c := .JSON.JSON "current" }} {{ $c := .JSON "current" }}
{{ $hourly := .JSON.Array "hourly" }} {{ $hourly := .JSON.Array "hourly" }}
{{ $daily := .JSON.Array "daily" }} {{ $daily := .JSON.Array "daily" }}
{{ $src := .JSON.JSON "source" }} {{ $src := .JSON "source" }}
<div class="idokep-wrap"> <div class="idokep-wrap">
<div class="idokep-top"> <div class="idokep-top">