cbschuld/Browser.php

Remove closing PHP tag

Closed this issue · 1 comments

As this class does not contain any HTML, accidential whitespaces in output due to them coming after the ?> can be avoided by simply removing the closing tag. PHP does only requre an opening tag - and if it finds the file's end (EOF), then it will treat the file as complete.

Its just a simple thing I saw while reading the file.

@IngwiePhoenix 100% agreed; removed in current version