Refactor old naming
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled

This commit is contained in:
2026-01-06 14:44:51 +01:00
parent 259fd297d3
commit 681eadaed0
11 changed files with 60 additions and 60 deletions

View File

@@ -76,7 +76,7 @@ class syntax_plugin_luxtools_open extends SyntaxPlugin
$serviceUrl = trim((string)$this->getConf('open_service_url'));
$serviceToken = trim((string)$this->getConf('open_service_token'));
$attrs = ' type="button" class="filetools-open"'
$attrs = ' type="button" class="luxtools-open"'
. ' data-path="' . hsc($path) . '"';
if ($serviceUrl !== '') {
$attrs .= ' data-service-url="' . hsc($serviceUrl) . '"';