protoc / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

html:5 => lang="en_US", but lang="en" is correct #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
html:5 => lang="en_US", but lang="en" is correct.

html:5 "Expand Abbreviation"
<!DOCTYPE HTML>
<html lang="en_US">
<head>
    <meta charset="UTF-8">
    <title></title>
</head>
<body>

</body>
</html>

http://code.google.com/p/zen-coding/source/browse/trunk/plugins/textarea/build/z
en_textarea.js#549
-                   '<html lang="${locale}">\n' +
+                   '<html lang="${lang}">\n' +

Original issue reported on code.google.com by j7400...@gmail.com on 29 May 2011 at 1:49

GoogleCodeExporter commented 9 years ago
Fixed in upcoming release

Original comment by serge....@gmail.com on 25 Jun 2012 at 8:37