Gavin (JIRA) wrote:
> 
>     [ https://issues.apache.org/jira/browse/FOR-960
> 
> Gavin commented on FOR-960:
> ---------------------------
> 
> Looking in the source I see
> 
> <img alt="MyGroup" class="logoImage" src="images/group.png" title="MyGroup 
> Description" />
> 
> <img alt="MyProject" class="logoImage" src="images/project.png" 
> title="MyProject Description" />
> 
> Can anyone see where the class="logoImage" is applied, I can't locate it at 
> present.
> 
> For this fix to work I need to create a unique id="logoImage1" and 
> id="logoImage2" for each one.

[whiteboard/plugins]$ find org.apache.forrest.plugin.internal.dispatcher 
org.apache.forrest.themes.core -name *.xsl | xargs grep -l logoImage
org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/html/renderlogo.xsl
org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/html/site-to-xhtml.xsl

-David