Documentation Source Text

View Ticket
Login
Ticket Hash: 2cda06fa856ed020b9361d4411d77bf4268092e1
Title: Wrong closing tag in foreignkeys.in
Status: Closed Type: Code_Defect
Severity: Important Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2009-09-25 04:37:33
Version Found In: 9cb5891238f311c13d5afe50f318a0f1b2c67494
Description:
foreignkeys.in, line 8, currently closes the H2 tag with a DIV tag:

  <verbatim><h2 style="margin-left:1.0em"> Overview</div></verbatim>

Instead it should be like this:

  <verbatim><h2 style="margin-left:1.0em"> Overview</h2></verbatim>

<hr><i>dan added on 2009-09-25 04:37:33:</i><br>
Thanks. Fixed now.