Fix html language on french page template
This commit is contained in:
parent
bb826ff398
commit
9c606bfddd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ get_url () {
|
|||
|
||||
cat << EOF
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" manifest="app_cache.appache">
|
||||
<html lang="fr" manifest="app_cache.appache">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
|
Loading…
Reference in a new issue