diff --git a/plugins/qlab/cue.ejs b/plugins/qlab/cue.ejs index 0198dd7..970adb5 100644 --- a/plugins/qlab/cue.ejs +++ b/plugins/qlab/cue.ejs @@ -165,7 +165,7 @@ } bg+="'"; - return `
"+prettyFormatTime(Math.min(def, value))+"`; + return `
${prettyFormatTime(Math.min(def, value))}`; }else if(type=="postWait" || type=="action"){ return `${prettyFormatTime(def)}`;