diff --git a/js/templates.js b/js/templates.js
index e136ac1b..d7d44a4a 100644
--- a/js/templates.js
+++ b/js/templates.js
@@ -107,7 +107,7 @@ angular.module('views/share_credential.html', []).run(['$templateCache', functio
angular.module('views/show_vault.html', []).run(['$templateCache', function($templateCache) {
'use strict';
$templateCache.put('views/show_vault.html',
- '
{{credential.label}} {{tag.text}} |
');
+ ' {{credential.label}} {{tag.text}} |
');
}]);
angular.module('views/vaults.html', []).run(['$templateCache', function($templateCache) {
diff --git a/templates/views/show_vault.html b/templates/views/show_vault.html
index 17835dcc..e1e776b8 100644
--- a/templates/views/show_vault.html
+++ b/templates/views/show_vault.html
@@ -34,7 +34,7 @@
w
+