https://bugs.documentfoundation.org/show_bug.cgi?id=154364
Bug ID: 154364
Summary: [LOCALHELP]Housekeeping: replace embedded "related
topics" with section "related topics"
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 80430
Many Help XHP files ends with "Related topics" at the bottom.
The "Related Topics" was implemented with
<embed href="text/shared/00/00000004.xhp#related"/>
(...)
But it also can be implemented with
<section id="relatedtopics">
(...)
</section>
The task is to replace the <embed ...> with the <section id=...>.
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=80430
[Bug 80430] [META] Documentation gap for new features
--
You are receiving this mail because:
You are the assignee for the bug.