return E('div', {
'style': 'width:100%;height:300px;border:1px solid #000;background:#fff'
- }, response.text());
+ }, E(response.text()));
});
},
return E('div', {
'style': 'width:100%;height:300px;border:1px solid #000;background:#fff'
- }, response.text());
+ }, E(response.text()));
});
},
return E('div', {
'style': 'width:100%;height:300px;border:1px solid #000;background:#fff'
- }, response.text());
+ }, E(response.text()));
});
},
return E('div', {
'style': 'width:100%;height:300px;border:1px solid #000;background:#fff'
- }, response.text());
+ }, E(response.text()));
});
},