Remove duplicate imagedata from reference guide

Prior to this commit many imagedata elements were duplicated in
order to configure PDF sizes. Since HTML generation is configured
to ignore image scaling altogether this was unnecessary duplication.

Issue: SPR-10033
This commit is contained in:
Phillip Webb
2012-11-25 19:16:16 -08:00
parent c37080d49d
commit e0b1c0e614
8 changed files with 28 additions and 121 deletions

View File

@@ -112,8 +112,7 @@ The footnote should x-ref to first section in that chapter but I can't find the
<para><mediaobject>
<imageobject>
<imagedata align="center" fileref="images/container-magic.png"
format="PNG" width="400" />
<imagedata align="center" fileref="images/container-magic.png" format="PNG" width="250" />
</imageobject>
<caption><para>The Spring IoC container</para></caption>