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 15.76 years ago |
Created: |
2009-09-24 13:27:53 15.77 years ago |
Version Found In: | 9cb5891238f311c13d5afe50f318a0f1b2c67494 |
Description: | ||||
foreignkeys.in, line 8, currently closes the H2 tag with a DIV tag:
<h2 style="margin-left:1.0em"> Overview</div> Instead it should be like this: <h2 style="margin-left:1.0em"> Overview</h2> dan added on 2009-09-25 04:37:33: |