From d4c7c4835aeef272a8ab64a832bb76d896cf17e0 Mon Sep 17 00:00:00 2001
From: Kasalehlia <kasalehlia@clonejo.de>
Date: Wed, 18 Jan 2017 20:16:57 +0100
Subject: [PATCH] fixed issue when drawing area is slightly larger

---
 modules/weather/template.mustache | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/weather/template.mustache b/modules/weather/template.mustache
index 117ace9..3bc5c2c 100644
--- a/modules/weather/template.mustache
+++ b/modules/weather/template.mustache
@@ -10,6 +10,7 @@
 <img src="/modules/weather/wind.png"> {{current.wind.speed}} km/h {{current.wind.dir}}<br>
 {{current.humidity}}% rel.H.
 </div>
+<br>
 <h3>Forecast</h3>
 <table>
     <colgroup>
-- 
GitLab