From 07b2e1d31034e08a828f15b94731626e5625060f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 2 Mar 2024 07:09:13 -0500 Subject: [PATCH] fx115: Fix replace_line line for commonDialog.xhtml --- app/scripts/fetch_xulrunner | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scripts/fetch_xulrunner b/app/scripts/fetch_xulrunner index 75fcb61d5c..81e4ee5dab 100755 --- a/app/scripts/fetch_xulrunner +++ b/app/scripts/fetch_xulrunner @@ -309,8 +309,8 @@ function modify_omni { replace_line 'ui.infoIcon.addEventListener' 'if (!ui.infoIcon.complete) ui.infoIcon.addEventListener' chrome/toolkit/content/global/commonDialog.js # Import style into built-in dialogs - replace_line '' \ '<\?xml-stylesheet href=\"chrome:\/\/global\/skin\/commonDialog.css\" type=\"text\/css\"\?>