Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: — entity in adminitions displayed in locally built guides but not staged copies. https://bugzilla.redhat.com/show_bug.cgi?id=679955 Summary: — entity in adminitions displayed in locally built guides but not staged copies. Product: Publican Version: future Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: publican AssignedTo: jfe...@redhat.com ReportedBy: sgor...@redhat.com QAContact: rland...@redhat.com CC: mmcal...@redhat.com, publican-list@redhat.com Classification: Other Description of problem: I have a number of admonitions in a guide with titles that contain the — entity: <title>Note — Bundled JBoss Enterprise Application Platform restrictions</title> When I build locally these are displayed correctly in both html and pdf output formats. When run through publican brew however I found that in the resultant package both the pdf and html output is missing the dash. Version-Release number of selected component (if applicable): 2.5.0 How reproducible: Very Steps to Reproduce: 1. Create a chapter in the guide with doctype tags as follows: <?xml version='1.0' encoding='utf-8' ?> <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ <!ENTITY % BOOK_ENTITIES SYSTEM "Technical_Reference_Guide.ent"> %BOOK_ENTITIES; ]> 2. Add an admonition to the chapter that has a title which contains an — entity. 3. Build locally, observe that the output contains the dash. 4. Build remotely (brew), observe that the output does not contain the dash. Actual results: Brewed copy does not contain the — at all. Expected results: Admonition titles with — entity. Additional info: Rudi has informed me that I can just replace the docbook entity with the appropriate unicode character but I thought I would report anyway as this *should* work. I am attaching screenshots of the local and remote build results so that you can see what I mean. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ publican-list mailing list publican-list@redhat.com https://www.redhat.com/mailman/listinfo/publican-list Wiki: https://fedorahosted.org/publican