Since Q1 2014 my views haven't been rendering properly. If I don't have a single tag wrapping the entire template, the view is renders each element in the template with a wrapped div. I've prepared a sample with two different views. One is wrapped with a single div element and the other has multiple root elements. After they are rendered you can look at the html and see that the unwrapped view has a new div around each root element in the template (see attached screen shot). The sample can be run here: http://jsfiddle.net/9DF9k/
Thanks in advance!
Thanks in advance!