summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-13 20:15:49 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-13 20:19:34 -0800
commita924a3f43d25b34ddd46da2100732ee077779785 (patch)
tree39790f01a4d0baee719a640044b421375471c054 /tests
parent90b8024fac298fe26b47075fb1d87d81a7a30ab0 (diff)
Fixed ICML image syntax for local files.
`file:filename` rather than `file://./filename`. I think this is right; it matches what we had before with people actually using the ICML writer, and seems to match examples in the spec. I don't have a copy of InDesign I can test on, though. @DigitalPublishingToolkit and @mb21, can you have a look?
Diffstat (limited to 'tests')
-rw-r--r--tests/writer.icml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.icml b/tests/writer.icml
index b7444ef22..57f9d2f8a 100644
--- a/tests/writer.icml
+++ b/tests/writer.icml
@@ -2563,7 +2563,7 @@ These should not be escaped: \$ \\ \&gt; \[ \{</Content>
$ID/Embedded
</Profile>
</Properties>
- <Link Self="ueb" LinkResourceURI="file://./lalune.jpg" />
+ <Link Self="ueb" LinkResourceURI="file:lalune.jpg" />
</Image>
</Rectangle>
</CharacterStyleRange><Br />
@@ -2592,7 +2592,7 @@ These should not be escaped: \$ \\ \&gt; \[ \{</Content>
$ID/Embedded
</Profile>
</Properties>
- <Link Self="ueb" LinkResourceURI="file://./movie.jpg" />
+ <Link Self="ueb" LinkResourceURI="file:movie.jpg" />
</Image>
</Rectangle>
</CharacterStyleRange>