Merge pull request #1256 from ONLYOFFICE/fix/bugfix

Fix Bug 53235
This commit is contained in:
Julia Radzhabova 2021-10-19 20:27:35 +03:00 committed by GitHub
commit 08c0e09b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,10 @@ define([
this.txtVersionNum = '{{PRODUCT_VERSION}}';
!(/\s$/.test(this.txtAddress)) && (this.txtAddress += " ");
!(/\s$/.test(this.txtMail)) && (this.txtMail += " ");
!(/\s$/.test(this.txtTel)) && (this.txtTel += " ");
this.template = _.template([
'<table id="id-about-licensor-logo" cols="1" style="width: 100%; margin-top: 20px;">',
'<tr>',