From 3946210d21bfecab8ff0a0bf8617fe50a932bae6 Mon Sep 17 00:00:00 2001 From: twanvl Date: Tue, 25 Jan 2011 22:49:17 +0000 Subject: [PATCH] use correct default for .images git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1644 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic-spoiler.mse-export-template/export-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}/")