misplaced image in overview.html & package.html
Brought to you by:
marcelschoen
The problem is that sometimes some of the images are
misplaced. It occurs when a image appears at the end of
the page, and the application put some lines that
should be after the image before it.
I will try to ilustrate it with an example, it should be:
"This is image 1"
---- end of page ---
[IMG1]
"This is image 2"
[IMG2]
but it is "translated" in something like this:
"This is image 1"
"This is image 2"
---- end of page ---
[IMG1]
[IMG2]