Skip to content

Commit a495fe5

Browse files
committed
Fix indentation
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
1 parent 8f72215 commit a495fe5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/js/footer.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -565,13 +565,13 @@ function updateVersionInfo() {
565565
} else {
566566
// Display the link for the current tag
567567
localVersion =
568-
'<a href="' +
569-
v.url +
570-
"/" +
571-
localVersion +
572-
'" rel="noopener" target="_blank">' +
573-
localVersion +
574-
"</a>";
568+
'<a href="' +
569+
v.url +
570+
"/" +
571+
localVersion +
572+
'" rel="noopener" target="_blank">' +
573+
localVersion +
574+
"</a>";
575575
}
576576
}
577577

0 commit comments

Comments
 (0)