projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f93d0
)
set language in HTML header to selected UI language
author
Tobias Diekershoff
<tobias.diekershoff@gmx.net>
Sun, 3 Apr 2016 18:55:39 +0000
(20:55 +0200)
committer
Roland Haeder
<roland@mxchange.org>
Sun, 1 May 2016 11:47:24 +0000
(13:47 +0200)
view/default.php
patch
|
blob
|
history
diff --git
a/view/default.php
b/view/default.php
index 121d5212c6291995f789ab7ad4b0abcd458fbd12..df9adbc39218f6c170934ead79ce9948b24d016e 100644
(file)
--- a/
view/default.php
+++ b/
view/default.php
@@
-1,5
+1,5
@@
<!DOCTYPE html >
\r
-<html itemscope itemtype="http://schema.org/Blog"
/
>
\r
+<html itemscope itemtype="http://schema.org/Blog"
lang="<?php echo $lang; ?>"
>
\r
<head>
\r
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
\r
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
\r