[common] logo didn't show in FF and IE

This commit is contained in:
Maxim Kadushkin
2018-11-02 11:30:47 +03:00
parent 7dced037a3
commit 77e5116475
2 changed files with 10 additions and 7 deletions

View File

@ -61,7 +61,7 @@ define([
this.template = _.template([
'<table id="id-about-licensor-logo" cols="1" style="width: 100%; margin-top: 20px;">',
'<tr>',
'<td align="center"><div><img class="asc-about-office"></div></td>',
'<td align="center"><div class="asc-about-office"></div></td>',
'</tr>',
'<tr>',
'<td align="center"><label class="asc-about-version">' + options.appName.toUpperCase() + '</label></td>',