Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.3
-
Component/s: Site renderer
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
This happens only when a <bannerLeft> or <bannerRight> is also used.
Then the logo image becomes the same than the banner image.
(see attached site.xml)
This problem comes from default-site.vm in poweredByLOgo macro:
in calculation of relative path of $img code is following
#set ( $img = $src.replaceAll( '
', '/' ) )
But should be following
#set ( $img = $img.replaceAll( '
', '/' ) )
Please see proposed patch in attachment.
Issue Links
- is depended upon by
-
MSITE-589
Invalid image assignation in html
-
Funny, I just bumped into this myself today
I'll fix it over the weekend.