diff --git a/public/webofficeComponent.html b/public/webofficeComponent.html
index 1a1d680..846f62f 100644
--- a/public/webofficeComponent.html
+++ b/public/webofficeComponent.html
@@ -79,7 +79,7 @@
savePDF=getQueryString('savePDF');
HTMLfileCode=getQueryString('HTMLfileCode');
saveHTML=getQueryString('saveHTML');
- fileName=getQueryString('fileName');
+ fileName=decodeURI(getQueryString('fileName'));
init(readonly,DocfileCode);"
>