From f602e0a0e79ec303e5bc66ed315046f834c65d38 Mon Sep 17 00:00:00 2001 From: splitbrain <86426+splitbrain@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:58:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Automatic=20code=20style=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syntax.php | 1 - 1 file changed, 1 deletion(-) diff --git a/syntax.php b/syntax.php index 50f7383..36e424f 100644 --- a/syntax.php +++ b/syntax.php @@ -51,7 +51,6 @@ public function handle($match, $state, $pos, Doku_Handler $handler) public function render($mode, Doku_Renderer $renderer, $data) { if ($mode == 'xhtml') { - $params = [ 'href' => 'file:////' . str_replace(':', '/', str_replace('\\', '/', $data[0])), 'title' => $data[0],