Sample code not work

The sample code of DataView is like:

01_dynamic_loading

data = new dhtmlXDataView({
    container: "data_container",
    type: {
        template: "<span class='dhx_strong'>#Maintainer#</span>#Package# <span class='dhx_light'>#Version#</span>",
        height: 35;
    }
});
data.load("php/data.php");

But this cannot work at my computer. My browser are Firefox 6 and Google Chrome.

The reason is that there is a semicolon at

height: 35;

I remove it and it works.

Are all of the DataView sample code incorrect?

You can check working dhtmlxDataView samples here dhtmlx.com/docs/products/dht … index.html