Skip to content

Commit 397aa47

Browse files
committed
update: parameter organization
1 parent a147798 commit 397aa47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

html/html-document.sublime-snippet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<html class="no-js" lang="pt-BR" xml:lang="pt-BR">
55
<head>
66
<meta charset="utf-8">
7-
<title></title>
7+
<title>${1:Document}</title>
88
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
99
<meta name="viewport" content="width=device-width,initial-scale=1">
1010
<script type="text/javascript">
11-
// para identificação se o javascript está ativo
11+
// to identify if javascript is active
1212
var tagHtml = document.getElementsByTagName("html")[0];
1313
tagHtml.className = tagHtml.className.replace('no-js', 'js');
1414
</script>
1515
</head>
1616
<body>
17-
17+
$2
1818
</body>
1919
</html>
2020
]]></content>

0 commit comments

Comments
 (0)