mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Fix indentation
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -565,13 +565,13 @@ function updateVersionInfo() {
|
||||
} else {
|
||||
// Display the link for the current tag
|
||||
localVersion =
|
||||
'<a href="' +
|
||||
v.url +
|
||||
"/" +
|
||||
localVersion +
|
||||
'" rel="noopener" target="_blank">' +
|
||||
localVersion +
|
||||
"</a>";
|
||||
'<a href="' +
|
||||
v.url +
|
||||
"/" +
|
||||
localVersion +
|
||||
'" rel="noopener" target="_blank">' +
|
||||
localVersion +
|
||||
"</a>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user