Fix unmatching closing span tag

This commit is contained in:
Anderson Mesquita 2015-12-17 10:52:36 -05:00
parent e7b71f8743
commit 6b99cdb83a

View File

@ -129,7 +129,7 @@
<small>{{ event.time | date:"yyyy-MM-dd HH:mm:ss" }}:</small> <small>{{ event.time | date:"yyyy-MM-dd HH:mm:ss" }}:</small>
<span translate translate-value-device="{{ device }}" translate-value-address="{{ event.data.address }}"> <span translate translate-value-device="{{ device }}" translate-value-address="{{ event.data.address }}">
Device {%device%} ({%address%}) wants to connect. Add new device? Device {%device%} ({%address%}) wants to connect. Add new device?
<span> </span>
</p> </p>
</div> </div>
<div class="panel-footer clearfix"> <div class="panel-footer clearfix">