소스 검색

Merge pull request #8 from hollie/history_windgust_dir_typofix

Show the gust direction of last year instead of the one of today
Josh Smith 6 년 전
부모
커밋
92da100b96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html.tmpl

+ 1 - 1
index.html.tmpl

@@ -463,7 +463,7 @@
               </tr>
               </tr>
               <tr>
               <tr>
                 <td>High Wind</td>
                 <td>High Wind</td>
-                <td>$days_ago($days_ago=$n).wind.max $day.wind.gustdir</td>
+                <td>$days_ago($days_ago=$n).wind.max $days_ago($days_ago=$n).wind.gustdir</td>
                 <td>$days_ago($days_ago=$n).wind.maxtime</td>
                 <td>$days_ago($days_ago=$n).wind.maxtime</td>
               </tr>
               </tr>
               <tr>
               <tr>