Bug 856555
Summary: | Publican does not generate ids for section elements in html-single. | ||
---|---|---|---|
Product: | [Community] Publican | Reporter: | Eva Kopalova <ekopalov> |
Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ruediger Landmann <rlandman+disabled> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.0 | CC: | rlandman+disabled |
Target Milestone: | 3.0 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 3.0.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-10-31 03:11:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Comment 1
Jeff Fearn 🐞
2012-09-13 04:42:46 UTC
Tested on RHEL6.3 workstation using publican-3.0-0.el6.t226.noarch build from source. Followed the steps to reproduce in comment#0. 1. publican create --name Test 2. cd Test 3. Edit en-US/Chapter.xml. Remove the id="sect-Documentation-Test-Test_Chapter-Test_Section_1" from the <section> tag for section 1. For example: <section> <title>Test Section 1</title> <para> This is a test paragraph in a section </para> </section> 4. publican build --formats html-single --langs en-US 5. firefox tmp/en-US/html/index.html 6. Click the link for "1.1. Test Section 1" 7. Rinse, repeat for another chapter. Based upon these tests moving to VERIFIED. |