From 977f8ca6b42e8adba77c00f35f7a28c178d7ca85 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 May 2018 13:31:55 +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 087f578..123e5a7 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -499,7 +499,7 @@ public class Strip : GLib.Object { var rep = new GMime.Part.with_type("text","html"); // we have to set up a redirect server - to redirect hpasite... to their internal service.. rep.set_filename(filename); - var txt = ""+ + string txt = ""+ "" + GLib.Uri.escape_string( filename) + // fixme needs html escaping... -- 2.39.2