Opened 15 years ago
Closed 13 years ago
#1754 closed Bugs (fixed)
Illegal HTML in range docs.
Reported by: | René Rivera | Owned by: | Neil Groves |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | range |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This page <libs/range/doc/range.html>, at minimum, is illegal HTML.
Change History (4)
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 14 years ago
Replying to nesotto:
Can you submit a patch that can be applied by patch.exe?
No I can't. Please make use of the recommended html tidy tool to clean up HTML documents (http://tidy.sourceforge.net/). For example as mentioned here (http://www.boost.org/development/website_updating.html#ExistingPage). You can also make use of online verification tools from W3. For example the report for the above page (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fsvn.boost.org%2Fsvn%2Fboost%2Ftrunk%2Flibs%2Frange%2Fdoc%2Frange.html).
comment:3 by , 13 years ago
Milestone: | Boost 1.36.0 → Boost 1.43.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
I have moved all of the Boost.Range documentation to the new qbk format. I shall check that the generated HTML is free from this issue.
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This has been resolved on the trunk. I have moved all of the documentation to Quickbook and checked the new generated HTML.
Can you submit a patch that can be applied by patch.exe?