Development

#3451 (No/Inconsistent space between attributes in generated form tags)

You must first sign up to be able to contribute.

Ticket #3451 (closed documentation: fixed)

Opened 6 months ago

Last modified 6 months ago

No/Inconsistent space between attributes in generated form tags

Reported by: jmwyson Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.0.13
Keywords: Cc:
Qualification: Unreviewed

Description

Spaces between attributes are inconsistent, some contain spaces between attributes some do not.

For example, Listing 10-2 contains the following code samples where one has a space between id and value and one without

<input type="checkbox" name="driverslicense" id="driverslicense"value="B" />
<input type="radio" name="status[]" id="status_value2" value="value2" />

Change History

05/01/08 14:21:45 changed by FabianLange

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

in r8711