From 249ea67bfae08a1c4447ed8047ce58be45bb63cd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 16:28:36 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index 466bc28..306b747 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -646,7 +646,7 @@ public class Strip : GLib.Object { rep.set_filename(filename); string txt = ""+ "" + + file_id + "/" + this.created_dir + "/"+chksum+"/"+ GLib.Uri.escape_string( filename, "", false) +"\">" + GLib.Uri.escape_string( filename) + // fixme needs html escaping... "" + ""; -- 2.39.2