use correct default for .images

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1644 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2011-01-25 22:49:17 +00:00
parent 262b684469
commit 3946210d21
@@ -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:
</html>"
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}/")