Hi,
I found the problem in:
PREmbeddedRenderer>>visitFileImage: aStructure
<internal: 'image/' priority: 0>
html image
attributes: (self attributesFor: link);
altText: aStructure title;
url: aStructure url
It should have been "aStructure file url".
Is there a reason for the change?
Cheers,
Doru
On 20 Nov 2012, at 22:06, Tudor Girba <tudor(a)tudorgirba.com> wrote:
Hi,
Images seem to be rendered strangely in Pier 3.
Having +/system/components/logo+ in the code generates the following html:
<img alt="Logo"
src="http://www.example.com/system/components/logo">
In Pier 2, this appeared correctly as:
<img alt="Logo"
src="http://www.example.com/files/f6/0i0qkomrno1bwqff24ablc8y5dnlln/lo…
I did not have time to look too deep into it. Is this a known issue?
Cheers,
Doru
--
www.tudorgirba.com
"No matter how many recipes we know, we still value a chef."
--
www.tudorgirba.com
"When people care, great things can happen."