diff --git a/js/templates.js b/js/templates.js
index 72da384f..1144621c 100644
--- a/js/templates.js
+++ b/js/templates.js
@@ -47,7 +47,7 @@ angular.module('views/partials/password-meter.html', []).run(['$templateCache',
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 fc7cc758..a3f36245 100644
--- a/templates/views/show_vault.html
+++ b/templates/views/show_vault.html
@@ -45,6 +45,7 @@
ng-click="selectCredential(credential)"
ng-class="{'selected': selectedCredential.credential_id == credential.credential_id}">
+
{{credential.label}}
{{tag.text}}
|