Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Triangle717 committed Aug 10, 2015
1 parent 1b9df14 commit a1d323a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
@@ -1,5 +1,10 @@
# Changes #

## 1.4.3 ##
### 10 August, 2015 ###
* Added Italian translation ([#33](https://github.com/le717/brackets-html-skeleton/pull/33)), submitted by [@canaltinova](https://github.com/canaltinova)
* Change `charset` value to `utf-8`, matching spec

## 1.4.2 ##
### 3 April, 2015 ###
* Add simple unit tests for `src/SvgSize` module (not included in distributed release)
Expand Down
4 changes: 2 additions & 2 deletions main.js
Expand Up @@ -48,11 +48,11 @@ define(function (require, exports, module) {
viewport : "<meta name='viewport' content='width=device-width, initial-scale=1.0'>",
extScript: "<script src=''></script>",

basiSkel : "<!DOCTYPE html>\n<html lang=''>\n<head>\nindent-size<meta charset='UTF-8'>\n" +
basiSkel : "<!DOCTYPE html>\n<html lang=''>\n<head>\nindent-size<meta charset='utf-8'>\n" +
"indent-size<meta name='viewport' content='width=device-width, initial-scale=1.0'>\n" +
"indent-size<title></title>\n</head>\n\n<body>\nindent-size\n</body>\n</html>\n",

fullSkel : "<!DOCTYPE html>\n<html lang=''>\n<head>\nindent-size<meta charset='UTF-8'>\n" +
fullSkel : "<!DOCTYPE html>\n<html lang=''>\n<head>\nindent-size<meta charset='utf-8'>\n" +
"indent-size<meta name='viewport' content='width=device-width, initial-scale=1.0'>\n" +
"indent-size<title></title>\nindent-size<link rel='stylesheet' href=''>\n" +
"</head>\n\n<body>\nindent-size<script src=''></script>\n</body>\n</html>\n"
Expand Down

0 comments on commit a1d323a

Please sign in to comment.