[mobile] remove wrong chars in "about"
This commit is contained in:
parent
8abe782d9a
commit
15fb1e9dda
|
@ -18,7 +18,8 @@ const PageAbout = props => {
|
|||
const logoCustomer = customer ? customer.logo : null;
|
||||
|
||||
const publisherUrl = __PUBLISHER_URL__,
|
||||
publisherPrintUrl = publisherUrl.replace(/https?:\/{2}|\/$/,"");
|
||||
publisherPrintUrl = publisherUrl.replace(/https?:\/{2}|\/$/g,"");
|
||||
const publisherName = __PUBLISHER_NAME__.replace(/\\"/g, '"');
|
||||
|
||||
const editors = {
|
||||
de: 'DOCUMENT EDITOR',
|
||||
|
|
Loading…
Reference in a new issue