Fix html elements in app.json

main
Jakub Nieznalski 9 years ago
parent 7435ce98f6
commit 325d03ea29

@ -7,7 +7,7 @@
"headers": { "headers": {
"X-Powered-By": "epages 6" "X-Powered-By": "epages 6"
}, },
"html": "shop.strato.com", "html": "<a href=\"http://www.strato.de/\" target=\"_blank\">",
"website": "shop.strato.com", "website": "shop.strato.com",
"icon": "strato.png" "icon": "strato.png"
}, },
@ -29,8 +29,8 @@
"meta": { "meta": {
"generator": "Mietshop" "generator": "Mietshop"
}, },
"html": "https://ssl.mietshop.de/", "html": "<a href=\"https://ssl.mietshop.d",
"website": "http://www.mietshop.de/", "website": "www.mietshop.de/",
"icon": "mietshop.png" "icon": "mietshop.png"
}, },
"EPages": { "EPages": {
@ -41,7 +41,7 @@
"keywords": "srv/epages/eproot/Cartridges" "keywords": "srv/epages/eproot/Cartridges"
}, },
"script": "ep_base.js", "script": "ep_base.js",
"website": "http://www.epages.com/", "website": "www.epages.com/",
"icon": "epages.png" "icon": "epages.png"
}, },
"AfterBuy": { "AfterBuy": {
@ -49,19 +49,17 @@
6 6
], ],
"html": [ "html": [
"This OnlineStore is brought to you by ViA-Online GmbH Afterbuy" "<dd>This OnlineStore is brought to you by ViA-Online GmbH Afterbuy. Information and contribution at https://www.afterbuy.de</dd>"
], ],
"icon": "after-buy.png", "icon": "after-buy.png",
"script": "shop-static\\.afterbuy\\.de", "script": "shop-static\\.afterbuy\\.de",
"website": "https://www.afterbuy.de" "website": "www.afterbuy.de"
}, },
"Xonic": { "Xonic": {
"cats": [ "cats": [
6 6
], ],
"html": [ "html": ["Powered by <a href=\"http://www.xonic-solutions.de/index.php\" target=\"_blank\">xonic-solutions Shopsoftware</a>"],
"info@xonic-solutions.de"
],
"meta": { "meta": {
"keywords": "xonic-solutions" "keywords": "xonic-solutions"
}, },