| Hi,
When I have an html file like this:
[a href="javascript:ShowMenu('123/$FILES/My file
here_12.docx','window')"]test[/a]
Then the link inside the <a> tag is nout found!
When I change it to
[a href="javascript:ShowMenu('123/$FILES/My file
here_12.pdf','window')">test2[/a]
it works.
I have set follow everywhere and as filter +* and also the debug log doesn't
indicate why it can't find the .docx file.
Please fix this. | |