Skip to content

Commit

Permalink
πŸ› Fix issue with XHTML formatting on debug popout
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Dec 6, 2023
1 parent 8008d7d commit 130c360
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions components/dev/content/dev-debug-popout.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<?xml-stylesheet href="chrome://global/skin/global.css"?> <?xml-stylesheet
href="chrome://dot/skin/global.css" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/global.css"?>
<?xml-stylesheet href="chrome://dot/skin/global.css" type="text/css"?>

<!doctype html>
<!DOCTYPE html>

<html
xmlns="http://www.w3.org/1999/xhtml"
Expand All @@ -23,10 +23,7 @@ href="chrome://dot/skin/global.css" type="text/css"?>
"chrome://dot/content/browser-utility-overlay.js",
this
);
Services.scriptloader.loadSubScript(
"chrome://dot/content/browser-elements.js",
this
);
Services.scriptloader.loadSubScript("chrome://dot/content/browser-elements.js", this);

window.addEventListener("load", () => {
const panel = document.createElement("dev-debug-panel");
Expand Down

0 comments on commit 130c360

Please sign in to comment.