We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe0cb6 commit 87b0829Copy full SHA for 87b0829
syntax.php
@@ -87,7 +87,7 @@ public function render($mode, Doku_Renderer $renderer, $data)
87
return false;
88
}
89
90
- if(strlen($data[0]) > 1){
+ if(strlen($data[0] ?? null) > 1){
91
$src = $data[0];
92
$transStr = $data[1];
93
0 commit comments