forked from friendica/friendica-addons
Unify header level for weather widget.
This commit is contained in:
parent
3940618a4a
commit
3050aef871
|
@ -1,6 +1,6 @@
|
|||
<div id="curweather-network" class="widget">
|
||||
<div class="title tool">
|
||||
<h4 title="{{$lastupdate}}">{{$title}}: {{$city}}</h4>
|
||||
<h3 title="{{$lastupdate}}">{{$title}}: {{$city}}</h3>
|
||||
</div>
|
||||
<p>
|
||||
<img src="{{$icon}}" title="{{$description}}">
|
||||
|
|
Loading…
Reference in a new issue