mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[common] logo didn't show in FF and IE
This commit is contained in:
@ -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>',
|
||||
|
||||
Reference in New Issue
Block a user