diff --git a/data/magic-spoiler.mse-export-template/export-template b/data/magic-spoiler.mse-export-template/export-template index ff1957c7..c1d60f70 100644 --- a/data/magic-spoiler.mse-export-template/export-template +++ b/data/magic-spoiler.mse-export-template/export-template @@ -32,7 +32,7 @@ option field: choice: full card image, linked choice: full card image, preview choice: full card image only - initial: full images, preview + initial: full card image, preview option field: type: boolean name: mana symbols @@ -234,4 +234,4 @@ script: " write_text_file(html, file:"index.html") # make sure the urls are relative to the right directory - replace(html, match:"<[^<>]*(href|src)=\'", replace:"&{directory}/") + replace(html, match:"<[^<>]*(href|src)='", replace:"&{directory}/")