fixed double json
This commit is contained in:
@@ -440,10 +440,10 @@ data:
|
||||
Place: <b>{{ .JSON.String "place" }}</b>
|
||||
</div>
|
||||
{{ else }}
|
||||
{{ $c := .JSON.JSON "current" }}
|
||||
{{ $c := .JSON "current" }}
|
||||
{{ $hourly := .JSON.Array "hourly" }}
|
||||
{{ $daily := .JSON.Array "daily" }}
|
||||
{{ $src := .JSON.JSON "source" }}
|
||||
{{ $src := .JSON "source" }}
|
||||
|
||||
<div class="idokep-wrap">
|
||||
<div class="idokep-top">
|
||||
|
||||
Reference in New Issue
Block a user