Skip to content

Commit

Permalink
Add lang attribute to <body> tag
Browse files Browse the repository at this point in the history
Fix GH #31
  • Loading branch information
php-coder committed Sep 15, 2014
1 parent b37a9cb commit fb24a23
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/account/activate.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/account/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/account/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/category/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/category/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/collection/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/country/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/country/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/error/401.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/error/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/error/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/series/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/series/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
</head>
<body>
<body lang="en" th:lang="${#locale.language == 'ru' ? 'ru' : 'en'}">
<div class="row-fluid">
<div id="header" class="span12">

Expand Down

0 comments on commit fb24a23

Please sign in to comment.