Bug 494081

Summary: HTML ouputs contain the word "Logo" instead of an image
Product: [Community] Publican Reporter: Murray McAllister <mmcallis>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED NOTABUG QA Contact: Content Services Development <ecs-dev-list>
Severity: medium Docs Contact:
Priority: low    
Version: 2.0CC: mmcallis, publican-list, vdanen
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-05 23:54:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Murray McAllister 2009-04-04 02:02:22 UTC
Description of problem:
PDF works as expected and includes appropriate logos.

Building with "html-en-US" and "html-single-en-US" produces output with the word "Logo" instead of the appropriate logo.

Version-Release number of selected component (if applicable):
publican-0.45-0.el5
publican-redhat-0.19-0.el5
publican-fedora-0.18-0.el5

How reproducible:
Always.

Steps to Reproduce:
1. create_book --name=blah --brand=fedora
2. create_book --name=blah1 --brand=RedHat
3. for blah1, edit Book_Info.xml so book builds:

<productname>Red Hat Enterprise Linux</productname>
<productnumber>5</productnumber>
<edition>1.0</edition>
<pubsnumber>0</pubsnumber>
  
Actual results:
HTML and HTML single output do not contain a logo.

blah
short descriptor

Edition 0
Logo



blah1
short descriptor

Edition 1.0
Logo 


Expected results:
Appropriate logo image.

Additional info:

I tried editing Book_Info.xml, for example, changing:

<imagedata format='SVG' fileref="Common_Content/images/title_logo.svg" />

to

<imagedata format='SVG' fileref="Common_Content/RedHat/en-US/images/title_logo.svg" />

Still no logo in HTML outputs.

Comment 1 Murray McAllister 2009-04-04 02:14:59 UTC
The NoScript plug-in was blocking this. please close.