diff --git a/public/app.js b/public/app.js
index d0845008..73b1576c 100644
--- a/public/app.js
+++ b/public/app.js
@@ -119,7 +119,7 @@ function formatVersionBadge(version, commit, engine) {
var short = commit.length > 7 ? commit.slice(0, 7) : commit;
parts.push('' + short + '');
}
- if (engine) parts.push('[' + engine + ']');
+ if (engine) parts.push('' + engine + '');
if (parts.length === 0) return '';
return ' ' + parts.join(' · ') + '';
}
diff --git a/public/index.html b/public/index.html
index 26799465..e6a11afe 100644
--- a/public/index.html
+++ b/public/index.html
@@ -22,9 +22,9 @@
-
-
-
+
+
+
@@ -81,29 +81,29 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+