[eluser]Bainzy[/eluser]
hi, no this is not a bug the codeigniter framework works like this, im not too sure how myself as iv never really thought about it but most examples on the internet dont show the ending ?> tag neither so dont worry, codeigniter will end the files for you, it is good practice however to add this as the last line in your script :
Code:
# End of file /views/forums.php
its just a simple comments stating what folder the file should be in and the name of the file
example
Code:
# End of file /folder/file.php
hope this helps