Quote:
Originally Posted by hambil
I understand. I have no issue with the slash-closed angle bracket. It's the pointless space before it I'm not happy with.
It's like those people who code with all those extra spaces that aren't necessary and just annoy me. e.g.
if ( $a == $b ) {
my_function ( a, b );
}
Ewwwww!
|
Its there for clean presentation and validation markup, there should be a space between any attributes and next attribute.