Skip to content

Commit c29dfd7

Browse files
committed
Update xml-sitemap_2.xsl
1 parent d9b2641 commit c29dfd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/xml-sitemap_2.xsl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
$("th:eq(0)").css("width", "60%");
8787
$("th:lt(3),td").addClass("align-middle text-center");
8888
$("th:gt(2)").css("width", "13%").addClass("text-center");
89-
$("footer img").attr({"src":"https://validator.w3.org/images/valid_icons/valid-xml10-blue", "alt":"Valid XML 1.0 !"}).addClass("float-left img-fluid").wrap($("<a></a>").attr({"href":"https://validator.w3.org/check?uri="+encodeURIComponent(location.href)+, "target":"_blank"}))
89+
/*$("footer").html("<a href='https://validator.w3.org/check?uri=https://validator.w3.org/check?uri=https%3A%2F%2Fbaleshsrle.github.io%2Fsitemap.xml'><img src='https://validator.w3.org/images/valid_icons/valid-xml10-blue' alt='Valid XML 1.0 !' class='float-left img-fluid' /></a>");*/
90+
$("footer img").attr({"src":"https://validator.w3.org/images/valid_icons/valid-xml10-blue", "alt":"Valid XML 1.0 !"}).addClass("float-left img-fluid").wrap($("<a></a>").attr({"href":"https://validator.w3.org/check?uri="+encodeURIComponent(location.href), "target":"_blank"}));
9091
});
9192
</script>
9293
</body>

0 commit comments

Comments
 (0)