Page Images Broken

The pages images on the following record are not showing up: http://beta.tapasproject.org/rosarium/files/three-new-roses-season . The referenced image support files have been properly uploaded as part of the TEI record and are listed under "Files" in the reader.
ben_admin's picture

Update:

The issue was with whitespacing in file naming of image files and markup.


Original:

Mrs William C Egan.png

<figure> <graphic url="Mrs William C Egan.png"></graphic> </figure>

To fix this, all whitespace in file name should be removed and the above code will need to be revised to reflect this new file name.


No Space:

MrsWilliamCEgan.png

<figure><graphic url="MrsWilliamCEgan.png"></graphic></figure>