j
k
j a
j l
julio dinis wrote:
This code results in a error: <dtml-let MyVar="_.string.replace(Mytext,'"','"')">
This code results in a error:
<dtml-let MyVar="_.string.replace(Mytext,'"','"')">
Try this (untested): <dtml-let MyVar="_.string.replace(Mytext,'\x22','"')"> \x22 = " \x27 = ' -CJ
Back to the thread
Back to the list