Skip to content

Commit 1a4cdb4

Browse files
committed
collection/info.html: fix title.
Correction for 227b9a5 commit.
1 parent 9ed4ead commit 1a4cdb4

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/WEB-INF/views/collection

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/views/collection/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title th:text="|MyStamps: #{t_country_info}|">MyStamps: Country info</title>
8+
<title th:text="|MyStamps: #{t_collection_of(${ownerName})}|">MyStamps: John Doe's collection</title>
99
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" th:href="${FAVICON_ICO}" />
1010
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap.min.css" th:href="${BOOTSTRAP_CSS}" />
1111
<link rel="stylesheet" href="http://yandex.st/bootstrap/2.3.1/css/bootstrap-responsive.min.css" th:href="${BOOTSTRAP_RESPONSIVE_CSS}" />

0 commit comments

Comments
 (0)