Ticket #5523 defect closed fixed

Opened 16 months ago

Last modified 15 months ago

Constants.xhtml contains illegal XML characters

Reported by: greezybacon Owned by: glyph
Priority: normal Milestone:
Component: core Keywords: documentation
Cc: Branch:
Author: Launchpad Bug:

Description

doc/core/howto/constants.xhtml contains bare ampersand (&) characters. In XML, & should be used to represent an ampersand character.

The attached patch fixes the issue.

Attachments

constants.xhtml.patch Download (0.9 KB) - added by greezybacon 16 months ago.
Patch to use XML entities for the ampersand characters

Change History

Changed 16 months ago by greezybacon

Patch to use XML entities for the ampersand characters

1

Changed 15 months ago by exarkun

  • keywords documentation review added; docs removed
  • component changed from lore to core
  • branch trunk deleted

2

Changed 15 months ago by glyph

  • keywords review removed
  • owner set to glyph

Looks great. Thanks! I'll merge this momentarily.

3

Changed 15 months ago by glyph

  • status changed from new to closed
  • resolution set to fixed

(In [33686]) Correct invalid XML in constants documentation.

Fixes: #5523

Author: greezybacon

Reviewer: glyph

This change replaces some stray &'s with the XML-correct &.

Note: See TracTickets for help on using tickets.