Commit ed1f4830 authored by twanvl's avatar twanvl

use correct default for .images

parent bdd77c06
...@@ -32,7 +32,7 @@ option field: ...@@ -32,7 +32,7 @@ option field:
choice: full card image, linked choice: full card image, linked
choice: full card image, preview choice: full card image, preview
choice: full card image only choice: full card image only
initial: full images, preview initial: full card image, preview
option field: option field:
type: boolean type: boolean
name: mana symbols name: mana symbols
...@@ -234,4 +234,4 @@ script: ...@@ -234,4 +234,4 @@ script:
</html>" </html>"
write_text_file(html, file:"index.html") write_text_file(html, file:"index.html")
# make sure the urls are relative to the right directory # make sure the urls are relative to the right directory
replace(html, match:"<[^<>]*(href|src)=\'", replace:"&{directory}/") replace(html, match:"<[^<>]*(href|src)='", replace:"&{directory}/")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment