• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂0ded331a84bbf7ff874510990601335024129829 (tree)
時間2016-11-19 22:15:53
作者umorigu <umorigu@gmai...>
Commiterumorigu

Log Message

BugTrack/2389 Set LANG to HTML content language in skin files

Change Summary

差異

--- a/skin/pukiwiki.skin.php
+++ b/skin/pukiwiki.skin.php
@@ -58,7 +58,7 @@ header('Content-Type: text/html; charset=' . CONTENT_CHARSET);
5858
5959 ?>
6060 <!DOCTYPE html>
61-<html lang="ja">
61+<html lang="<?php echo LANG ?>">
6262 <head>
6363 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CONTENT_CHARSET ?>" />
6464 <?php if ($nofollow || ! $is_read) { ?> <meta name="robots" content="NOINDEX,NOFOLLOW" /><?php } ?>
--- a/skin/tdiary.skin.php
+++ b/skin/tdiary.skin.php
@@ -558,7 +558,7 @@ header('Content-Type: text/html; charset=' . CONTENT_CHARSET);
558558
559559 ?>
560560 <!DOCTYPE html>
561-<html lang="ja">
561+<html lang="<?php echo LANG ?>">
562562 <head>
563563 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CONTENT_CHARSET ?>" />
564564 <?php if ($nofollow || ! $is_read) { ?> <meta name="robots" content="NOINDEX,NOFOLLOW" /><?php } ?>