Opened 9 years ago
Closed 9 years ago
#12063 closed bug (fixed)
Makefile-engine Documentation missing HTML Tags
Reported by: | AGMS | Owned by: | waddlesplash |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Documentation | Version: | R1/Development |
Keywords: | makefile-engine | Cc: | agmsmith@… |
Blocked By: | Blocking: | ||
Platform: | All |
Description
The documentation for makefile-engine opens in a text editor, not the web browser, because it is missing the HTML document level tags.
The file is haiku/docs/makefile-engine.html I'll append a patch shortly.
Attachments (2)
Change History (9)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 9 years ago
Attachment: | 0001-Add-HTML-tags-fixes-bug-12063.patch added |
---|
comment:2 by , 9 years ago
patch: | 0 → 1 |
---|
comment:4 by , 9 years ago
patch: | 1 → 0 |
---|
by , 9 years ago
Attachment: | 0001-Add-HTML-tags-really-fixes-bug-12063.patch added |
---|
D'oh, yes it was missing the start of BODY tag.
comment:5 by , 9 years ago
patch: | 0 → 1 |
---|
comment:6 by , 9 years ago
Status: | assigned → in-progress |
---|
comment:7 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Applied in hrev49221. Thanks!
Note:
See TracTickets
for help on using tickets.
Patch for adding HTML tags at the beginning and end of the document.