Don't show the version specificities

Change-Id: Id0323e51660c671ec021454773c60245ca9e2f5b
diff --git a/cmd/koralmapper/static/config.html b/cmd/koralmapper/static/config.html
index 8eff82e..bf565ba 100644
--- a/cmd/koralmapper/static/config.html
+++ b/cmd/koralmapper/static/config.html
@@ -81,7 +81,7 @@
     </section>
 
         <footer class="version">
-            <p><tt>{{.Version}} - {{.Date}} {{.Hash}}</tt></p>
+            <p><tt>{{.Version}}<span style="display: none;"> - {{.Date}} - {{.Hash}}</span></tt></p>
         </footer>
     </div>
     <script src="static/config.js"></script>