If you look closly some of the tags on our pages looks like this " />" at the end. An example is the "<br />" tags.
That's because we are using XHTML in stead of HTML, thus the tags which doesn't have a closing tag (br and meta, for example) needs to be ended with " />"
|