mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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}/")
|
||||
|
||||
Reference in New Issue
Block a user