From 081b9eeae4e9fe19a2bdf76ead3a672c9e8b5415 Mon Sep 17 00:00:00 2001 From: Bombenleger Date: Mon, 11 Nov 2019 09:40:42 +0100 Subject: [PATCH] fix spaces in index.handlebars fix spacing around parenthesis --- src/viewer/index.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/viewer/index.handlebars b/src/viewer/index.handlebars index 29f858f..ad9666d 100644 --- a/src/viewer/index.handlebars +++ b/src/viewer/index.handlebars @@ -322,7 +322,7 @@ {{#each this.ext.cp.policies}}
Policy {{onebasedindex @index}}
-
{{#if this.name}}{{ this.name }} ( {{ this.id }} ){{else}}{{ this.id }}{{/if}}
+
{{#if this.name}}{{ this.name }} ({{ this.id }}){{else}}{{ this.id }}{{/if}}
{{#if this.value}}
@@ -337,7 +337,7 @@ {{#each this.qualifiers}}
Qualifier {{onebasedindex @index}}
-
{{#if this.name}}{{ this.name }} ( {{ this.id }} ){{else}}{{ this.id }}{{/if}}
+
{{#if this.name}}{{ this.name }} ({{ this.id }}){{else}}{{ this.id }}{{/if}}
{{#if this.value}}