diff --git a/module/rdd-combat.js b/module/rdd-combat.js
index 39f23ae2..fbdfa154 100644
--- a/module/rdd-combat.js
+++ b/module/rdd-combat.js
@@ -328,8 +328,8 @@ export class RdDCombatManager extends Combat {
}
}
options = [
- { name: "Incrémenter initiative", condition: true, icon: '', callback: target => { RdDCombatManager.incDecInit(target.data('combatant-id'), +0.01); } },
- { name: "Décrémenter initiative", condition: true, icon: '', callback: target => { RdDCombatManager.incDecInit(target.data('combatant-id'), -0.01); } }
+ { name: "Incrémenter initiative", condition: true, icon: '', callback: target => { RdDCombatManager.incDecInit(target.data('combatant-id'), +0.01); } },
+ { name: "Décrémenter initiative", condition: true, icon: '', callback: target => { RdDCombatManager.incDecInit(target.data('combatant-id'), -0.01); } }
].concat(options);
}
/* -------------------------------------------- */
diff --git a/templates/actor-vehicule-sheet.html b/templates/actor-vehicule-sheet.html
index 66d1a4e2..709ce3ae 100644
--- a/templates/actor-vehicule-sheet.html
+++ b/templates/actor-vehicule-sheet.html
@@ -12,19 +12,19 @@
diff --git a/templates/actor/commerce-inventaire-item.html b/templates/actor/commerce-inventaire-item.html
index 7679d591..b6548b1c 100644
--- a/templates/actor/commerce-inventaire-item.html
+++ b/templates/actor/commerce-inventaire-item.html
@@ -17,13 +17,13 @@
{{#unless (or (eq item.type 'service') (and (eq item.type 'conteneur') (not vide)))}}
{{#if options.isOwner}}
-
+
{{/if}}
{{#if options.isOwner}}
-
+
{{/if}}
{{/unless}}
diff --git a/templates/actor/header-compteurs-creature.html b/templates/actor/header-compteurs-creature.html
index d896c8c4..8674ea3a 100644
--- a/templates/actor/header-compteurs-creature.html
+++ b/templates/actor/header-compteurs-creature.html
@@ -3,23 +3,23 @@
diff --git a/templates/actor/header-compteurs-entitee.html b/templates/actor/header-compteurs-entitee.html
index 9a5801ad..dbf92db4 100644
--- a/templates/actor/header-compteurs-entitee.html
+++ b/templates/actor/header-compteurs-entitee.html
@@ -4,12 +4,12 @@
diff --git a/templates/actor/header-compteurs.html b/templates/actor/header-compteurs.html
index 57e6ff88..23d0f0aa 100644
--- a/templates/actor/header-compteurs.html
+++ b/templates/actor/header-compteurs.html
@@ -3,38 +3,38 @@
diff --git a/templates/actor/inventaire-item.html b/templates/actor/inventaire-item.html
index 074ec8c4..5dd8887e 100644
--- a/templates/actor/inventaire-item.html
+++ b/templates/actor/inventaire-item.html
@@ -22,7 +22,7 @@
{{#if (gt item.system.quantite 1)}}
-
+
{{/if}}
{{item.system.quantite}}
{{#if (gt item.system.quantite 1)}}
diff --git a/templates/actor/inventaire-monnaie.html b/templates/actor/inventaire-monnaie.html
index dcf6d108..6553cbb2 100644
--- a/templates/actor/inventaire-monnaie.html
+++ b/templates/actor/inventaire-monnaie.html
@@ -10,7 +10,7 @@
{{#if @root.options.isOwner}}
-
+
{{/if}}
@@ -18,7 +18,7 @@
{{#if @root.options.isOwner}}
-
+
{{/if}}
diff --git a/templates/dialog-chronologie.html b/templates/dialog-chronologie.html
index 44c1f3c2..6f99d4ad 100644
--- a/templates/dialog-chronologie.html
+++ b/templates/dialog-chronologie.html
@@ -40,8 +40,8 @@