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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user