From 57d31c0428fb290abd2b6416f2ec0e0a59e9fdc7 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Sun, 8 Mar 2026 18:46:33 -0700 Subject: [PATCH] Fix unescaped # in Uber Eats HTML entity unescaping CFML was failing to compile analyzeMenuUrl.cfm because ' contains a # character that Lucee interprets as variable expression start. Escaped all 4 occurrences to &##39;. Co-Authored-By: Claude Opus 4.6 --- api/setup/analyzeMenuUrl.cfm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/setup/analyzeMenuUrl.cfm b/api/setup/analyzeMenuUrl.cfm index eaa0f1e..01f344c 100644 --- a/api/setup/analyzeMenuUrl.cfm +++ b/api/setup/analyzeMenuUrl.cfm @@ -1837,7 +1837,7 @@ ", "all")> - + @@ -1860,7 +1860,7 @@ - + @@ -1871,14 +1871,14 @@ - + ", "all")> - +