We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f72215 commit a495fe5Copy full SHA for a495fe5
scripts/js/footer.js
@@ -565,13 +565,13 @@ function updateVersionInfo() {
565
} else {
566
// Display the link for the current tag
567
localVersion =
568
- '<a href="' +
569
- v.url +
570
- "/" +
571
- localVersion +
572
- '" rel="noopener" target="_blank">' +
573
574
- "</a>";
+ '<a href="' +
+ v.url +
+ "/" +
+ localVersion +
+ '" rel="noopener" target="_blank">' +
+ "</a>";
575
}
576
577
0 commit comments