Merge pull request #4 from yrccondor/master
Change lang="en" to lang="zh_cn"
This commit is contained in:
commit
34767dd9b0
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en" data-ng-app="FileManagerApp">
|
||||
<html lang="zh_cn" data-ng-app="FileManagerApp">
|
||||
<head>
|
||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
|
||||
<meta charset="utf-8">
|
||||
|
@ -96,4 +96,4 @@ upload_load=0;
|
|||
|
||||
</script>
|
||||
{$options.js_code}
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="en" data-ng-app="FileManagerApp">
|
||||
<html lang="zh_cn" data-ng-app="FileManagerApp">
|
||||
<head>
|
||||
<!--
|
||||
* Angular FileManager v1.5.1 (https://github.com/joni2back/angular-filemanager)
|
||||
|
@ -80,4 +80,4 @@ upload_load=0;
|
|||
|
||||
</script>
|
||||
{$options.js_code}
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue