修訂 | 0ded331a84bbf7ff874510990601335024129829 (tree) |
---|---|
時間 | 2016-11-19 22:15:53 |
作者 | umorigu <umorigu@gmai...> |
Commiter | umorigu |
BugTrack/2389 Set LANG to HTML content language in skin files
@@ -58,7 +58,7 @@ header('Content-Type: text/html; charset=' . CONTENT_CHARSET); | ||
58 | 58 | |
59 | 59 | ?> |
60 | 60 | <!DOCTYPE html> |
61 | -<html lang="ja"> | |
61 | +<html lang="<?php echo LANG ?>"> | |
62 | 62 | <head> |
63 | 63 | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CONTENT_CHARSET ?>" /> |
64 | 64 | <?php if ($nofollow || ! $is_read) { ?> <meta name="robots" content="NOINDEX,NOFOLLOW" /><?php } ?> |
@@ -558,7 +558,7 @@ header('Content-Type: text/html; charset=' . CONTENT_CHARSET); | ||
558 | 558 | |
559 | 559 | ?> |
560 | 560 | <!DOCTYPE html> |
561 | -<html lang="ja"> | |
561 | +<html lang="<?php echo LANG ?>"> | |
562 | 562 | <head> |
563 | 563 | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CONTENT_CHARSET ?>" /> |
564 | 564 | <?php if ($nofollow || ! $is_read) { ?> <meta name="robots" content="NOINDEX,NOFOLLOW" /><?php } ?> |