Line 217 of the current repoview.module:

$item_link = l($name, $item_url, array('html' => TRUE));

should become

$item_link = l(urldecode($name), $item_url, array('html' => TRUE));

to avoid displaying file and directory names with encoded special characters.

Comments

tizzo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -repoview urldecode filenames

Automatically closed -- issue fixed for 2 weeks with no activity.