use html encoding for urls in metadata

pull/1/head
orbiter 11 years ago
parent 69599566f9
commit 1ac504ae51

@ -399,7 +399,7 @@ public class HostBrowser {
} else {
// this is a folder
prop.put("files_list_" + c + "_type", 1);
prop.put("files_list_" + c + "_type_url", entry.getKey());
prop.putHTML("files_list_" + c + "_type_url", entry.getKey());
int linked = ((int[]) entry.getValue())[0];
int stored = ((int[]) entry.getValue())[1];
int crawler = ((int[]) entry.getValue())[2];

Loading…
Cancel
Save