diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-05-26 17:14:10 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-05-26 17:14:10 -0700 |
commit | c3cb27f2f2b8f3671097f0344b9a1a0762cc86d0 (patch) | |
tree | 947877cf920b1856f5b4d4674d941536866d2d49 /tests | |
parent | 6397c10dec06c7ff983b2a52e6dbc0ac83d849fd (diff) | |
parent | 8af168a7fe0553b8d240118edf1dd0592b258da6 (diff) | |
download | pandoc-c3cb27f2f2b8f3671097f0344b9a1a0762cc86d0.tar.gz |
Merge pull request #2141 from DigitalPublishingToolkit/icml-images
Fix image URIs in ICML output
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.icml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.icml b/tests/writer.icml index 968e84941..26795df58 100644 --- a/tests/writer.icml +++ b/tests/writer.icml @@ -2514,7 +2514,7 @@ These should not be escaped: \$ \\ \> \[ \{</Content> <GraphicBounds Left="0" Top="0" Right="150" Bottom="100" /> </Profile> </Properties> - <Link Self="ueb" LinkResourceURI="lalune.jpg" /> + <Link Self="ueb" LinkResourceURI="file:lalune.jpg" /> </Image> </Rectangle> </CharacterStyleRange><Br /> @@ -2544,7 +2544,7 @@ These should not be escaped: \$ \\ \> \[ \{</Content> <GraphicBounds Left="0" Top="0" Right="150" Bottom="100" /> </Profile> </Properties> - <Link Self="ueb" LinkResourceURI="movie.jpg" /> + <Link Self="ueb" LinkResourceURI="file:movie.jpg" /> </Image> </Rectangle> </CharacterStyleRange> |