Merge commit '4fc646598a0c47fb75432d6a407fda2f6b0debb9' into devel

This commit is contained in:
thelastWallE 2021-12-28 16:54:47 +01:00
commit 357da96ff6
1 changed files with 16 additions and 16 deletions

View File

@ -23,7 +23,7 @@ $(function() {
self.macroName = ko.observable();
var paramObjRegex = /{(.*?)}/g;
var keyValueRegex = /(\w*)\s*:\s*([\w\s°"|]*)/g;
var keyValueRegex = /(\w*)\s*:\s*([\w\s°"|\.]*)/g;
self.process = function(macro) {
self.macro = macro.macro();