From 878cca2760c33d2d7c1e640bea6582cbf49bd169 Mon Sep 17 00:00:00 2001 From: ashley Date: Wed, 11 Sep 2024 15:52:42 +0000 Subject: [PATCH] wa --- html/video-error.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/video-error.ejs b/html/video-error.ejs index b51a1d8..1fbde67 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}` }) %>