diff --git a/html/video-error.ejs b/html/video-error.ejs index b51a1d8c..1fbde67b 100644 --- a/html/video-error.ejs +++ b/html/video-error.ejs @@ -1,4 +1,4 @@ <%- include('./layouts/error.ejs', { error: "Video Error", - description: `Video loading failed :c - reason: \n <%= err_reason %>` + description: `Video loading failed :c - reason: \n ${err_reason}` }) %>