Skip to content

Commit fdca65b

Browse files
committed
country/info.html: fix html5validator error about empty href attribute.
Should be in 9301202 commit. No functional changes.
1 parent 71633ad commit fdca65b

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" th:href="${BOOTSTRAP_CSS}" />
1313
<link rel="stylesheet" href="https://cdn.rawgit.com/usrz/bootstrap-languages/3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css" th:href="${BOOTSTRAP_LANGUAGE}" />
1414
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
15-
<link rel="canonical" href="" th:href="@{${PUBLIC_URL} + ${INFO_COUNTRY_PAGE}(id=${countryId},slug=${countrySlug})}" />
15+
<!--/*/
16+
<link rel="canonical" th:href="@{${PUBLIC_URL} + ${INFO_COUNTRY_PAGE}(id=${countryId},slug=${countrySlug})}" />
17+
/*/-->
1618
</head>
1719
<body>
1820
<div class="container-fluid">

0 commit comments

Comments
 (0)