5 lines
255 B
Smarty
5 lines
255 B
Smarty
{assign var=articleListToLink value=$articleListToLink|strReplace:"
|
|
":""}
|
|
{assign var=articleListToLink value=$articleListToLink|strReplace:"'":"\'"}
|
|
ContentObj = document.getElementById('articleListToLink');
|
|
ContentObj.innerHTML = '{$articleListToLink}'; |