diff --git a/module/rdd-resolution-table.js b/module/rdd-resolution-table.js index 3f91b99f..395f7c19 100644 --- a/module/rdd-resolution-table.js +++ b/module/rdd-resolution-table.js @@ -258,6 +258,7 @@ export class RdDResolutionTable { for (var rowIndex = minCarac; rowIndex <= maxCarac; rowIndex++) { table.append(this._buildHTMLRow(this.resolutionTable[rowIndex], rowIndex, caracValue, levelValue, minLevel, maxLevel)); } + table.append(""); return table; } diff --git a/system.json b/system.json index 82c818fa..8d52556f 100644 --- a/system.json +++ b/system.json @@ -2,10 +2,10 @@ "name": "foundryvtt-reve-de-dragon", "title": "Rêve de Dragon", "description": "Rêve de Dragon RPG for FoundryVTT", - "version": "1.1.10", + "version": "1.1.11", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.8", - "templateVersion": 70, + "templateVersion": 71, "author": "LeRatierBretonnien", "esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ], "styles": ["styles/simple.css"],