Fix Bug 53235

This commit is contained in:
Julia Radzhabova 2021-10-19 20:15:07 +03:00
parent 1a32346622
commit adef902106

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>',