diff options
| -rw-r--r-- | templates/weather.tmpl | 2 | ||||
| -rw-r--r-- | version/version.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/weather.tmpl b/templates/weather.tmpl index ba5440c..2867d04 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -93,7 +93,7 @@ <p>{{ $p }}</p> {{ end }} </div> - {{ if len .Instruction | gt 0 }} + {{ if .Instruction }} <div class="instruction"> {{ range $p := .Instruction }} <p>{{ $p }}</p> diff --git a/version/version.go b/version/version.go index 892a7e6..d9007c0 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ // Peach version. package version -const Version = "0.11.1-dev.2" +const Version = "0.11.1-dev.3" |
