1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 16:00:22 +01:00

js/catalog-link.js: i18n fix

This commit is contained in:
czaks 2013-08-16 10:47:25 -04:00
parent 777e98ad85
commit 4f09574149

View File

@ -29,7 +29,7 @@ if (pages) {
pages.appendChild(link) pages.appendChild(link)
} }
else { else {
link.textContent = '['+_('Catalog').']'; link.textContent = '['+_('Catalog')+']';
link.style.paddingLeft = '10px'; link.style.paddingLeft = '10px';
link.style.textDecoration = "underline"; link.style.textDecoration = "underline";
document.body.insertBefore(link, bottom); document.body.insertBefore(link, bottom);