From 882c055346d1b2b38f7e242b09d67a40946cf189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sun, 4 Feb 2024 10:42:54 +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 56e370e..700f64d 100644 --- a/lib/inliner.php +++ b/lib/inliner.php @@ -10,7 +10,6 @@ function inlineLocalStylesFromHref($inputString) { $href = $match[1]; $cssFilePath = $_SERVER['DOCUMENT_ROOT'] . '/' . $href; - echo "from $cssFilePath"; // Get the content of the local CSS file $cssContent = file_get_contents($cssFilePath);