Merge pull request #648 from astifter/curweather_fix_header

Unify header level for weather widget.
This commit is contained in:
Tobias Diekershoff 2018-07-19 06:35:54 +02:00 committed by GitHub
commit a9aee26225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div id="curweather-network" class="widget"> <div id="curweather-network" class="widget">
<div class="title tool"> <div class="title tool">
<h4 title="{{$lastupdate}}">{{$title}}: {{$city}}</h4> <h3 title="{{$lastupdate}}">{{$title}}: {{$city}}</h3>
</div> </div>
<p> <p>
<img src="{{$icon}}" title="{{$description}}"> <img src="{{$icon}}" title="{{$description}}">