mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 16:31:13 +01:00
(trunk web) allow file names to break on \ _ or .
This commit is contained in:
@@ -667,7 +667,7 @@ TorrentFile.prototype = {
|
||||
|
||||
var file_div = document.createElement('div');
|
||||
file_div.className = "inspector_torrent_file_list_entry_name";
|
||||
file_div.textContent = this.name;
|
||||
file_div.innerHTML = this.name.replace(/([\/_\.])/g, "$1​");
|
||||
|
||||
var prog_div = document.createElement('div');
|
||||
prog_div.className = "inspector_torrent_file_list_entry_progress";
|
||||
|
||||
Reference in New Issue
Block a user