From 40eee27fbb9d47f4bf33e7b0c4352f2ae3e9d8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sun, 4 Feb 2024 10:30:59 +0100 Subject: [PATCH] test inlining --- lib/inliner.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/inliner.php b/lib/inliner.php index 2a037b6..8d5355a 100644 --- a/lib/inliner.php +++ b/lib/inliner.php @@ -9,7 +9,6 @@ function inlineLocalStylesFromHref($inputString) { $href = isset($match[1]) ? $match[1] : $match[2]; $fname = $_SERVER['DOCUMENT_ROOT'] . '/' . $href; - echo "from $fname"; // Get the content of the local CSS file $cssContent = file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/' . $href);