pull/1682/head
Tuğçe Küçükoğlu 2021-10-19 10:04:20 +03:00
parent 8797191625
commit 4c9a4abfc1
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ export default {
renderContent(source) {
if (source.tabName === 'Browser Source') {
const _imports = source.imports ? source.imports.replaceAll('<\\/script>', '<\/script>') : '';
return `<!DOCTYPE html>
return `
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />