diff --git a/UI/BigComponents/PdfExportGui.ts b/UI/BigComponents/PdfExportGui.ts index ee55f259c..67440f499 100644 --- a/UI/BigComponents/PdfExportGui.ts +++ b/UI/BigComponents/PdfExportGui.ts @@ -125,7 +125,7 @@ class SelectTemplate extends Combine implements FlowStep<{ title: string, pages: } let path = window.location.pathname path = path.substring(0, path.lastIndexOf("/")) - return window.location.protocol + "//" + window.location.host + path + + "/" + spec + return window.location.protocol + "//" + window.location.host + path + "/" + spec } }