Skip to content

Commit 8e1a4d4

Browse files
committed
category/info.html: fix html5validator error about empty href attribute.
Should be in 221b8e5 commit. No functional changes.
1 parent fdca65b commit 8e1a4d4

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

src/main/webapp/WEB-INF/views/category/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_CATEGORY_PAGE}(id=${categoryId},slug=${categorySlug})}" />
15+
<!--/*/
16+
<link rel="canonical" th:href="@{${PUBLIC_URL} + ${INFO_CATEGORY_PAGE}(id=${categoryId},slug=${categorySlug})}" />
17+
/*/-->
1618
</head>
1719
<body>
1820
<div class="container-fluid">

0 commit comments

Comments
 (0)