From 10402fdabe4e47d3e7da15f3b2275c22ace95f96 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 4 Mar 2022 13:41:19 -0500 Subject: [PATCH] Use template backticks for the Notes string to handle multi-line --- web/skins/classic/views/js/event.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/views/js/event.js.php b/web/skins/classic/views/js/event.js.php index 700558cca..7367c1cf9 100644 --- a/web/skins/classic/views/js/event.js.php +++ b/web/skins/classic/views/js/event.js.php @@ -45,7 +45,7 @@ var eventData = { MonitorId: 'MonitorId() ?>', MonitorName: 'Name()) ?>', Cause: 'Cause()) ?>', - Notes: 'Notes()?>', + Notes: `Notes()?>`, Width: 'Width() ?>', Height: 'Height() ?>', Length: 'Length() ?>',