aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/index.html.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.html.in b/www/index.html.in
index 80804ba..0c050db 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -83,6 +83,7 @@ pre {
const fields = line.split(':');
if (fields[0] == 'Version') {
document.getElementById(arch).textContent =fields[1];
+ break;
}
}
});