4
« on: July 13, 2005, 01:47:42 PM »
This template is awesome, but I noticed a problem. It seems to die on any folder or filename containing a ' character. You just can't change to a directory such as "CD's". It also sometimes pops up an error when changing to a directory that contains a subdirectory or file with a ' character.
I can see in the template where the problem lies, or at least an example of it such as:
<tr class="mout" onmouseover="this.className='mover'" onmouseout="this.className='mout'" onclick="location.href='%item-url%'">
When clicking on a directory named CD's, that code will result in something such as: 'CD's', which makes the page choke.
I'm not very familiar with scripting though, so I don't know how to change this to accept ' as a possibility in a file name.