Fix self-closing elements

This commit is contained in:
Kosta Korenkov 2015-08-22 07:07:42 +03:00
parent 43e99c6b7a
commit 21cec33bcf
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<div class="content p20b" ng-class="{'disclaimer':!index.hasProfile}">
<h4 class="title m0" ng-show="!index.hasProfile">
<span translate>Terms of Use</span>
<logo class="right" width="40"/>
<logo class="right" width="40"></logo>
</h4>
<div class="p20h m10t">
<p class="enable_text_select text-light size-14 text-gray" translate>

View File

@ -1,6 +1,6 @@
<nav class="sidebar left-off-canvas-menu" ng-controller="sidebarController as sidebar">
<header>
<logo negative="true" width="80"/>
<logo negative="true" width="80"></logo>
<div ng-include="'views/includes/version.html'"></div>
</header>
<ul class="off-canvas-list">

View File

@ -6,7 +6,7 @@
<div class="content preferences p20v" ng-controller="preferencesAbout as about">
<div class="text-center small-5 small-centered columns m20b" >
<logo/>
<logo></logo>
</div>
<h4 class="title m0" translate>Release Information</h4>

View File

@ -1,6 +1,6 @@
<div class="row columns p20">
<div class="text-center">
<logo width="146"/>
<logo width="146"></logo>
<div class="text-white" ng-include="'views/includes/version.html'"></div>
</div>
<h1 translate class="text-center">Browser unsupported</h1>