Fix self-closing elements
This commit is contained in:
parent
43e99c6b7a
commit
21cec33bcf
4 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue