Update ParserKrokiTag.php

This commit is contained in:
dimon 2025-04-24 11:52:53 +00:00
parent 01191cc6c6
commit 33e4883f7a

View File

@ -215,7 +215,8 @@ class ParserKrokiTag {
'diagram_type' => $lang, 'diagram_type' => $lang,
'output_format' => $output_format, 'output_format' => $output_format,
'diagram_options' => [ 'diagram_options' => [
'no-doctype' => 'TRUE' 'no-doctype' => 'TRUE',
'no-transparency' => 'TRUE'
] ] ), ] ] ),
]; ];
@ -278,7 +279,8 @@ class ParserKrokiTag {
'diagram_type' => $lang, 'diagram_type' => $lang,
'output_format' => $output_format, 'output_format' => $output_format,
'diagram_options' => [ 'diagram_options' => [
'no-doctype' => 'TRUE' 'no-doctype' => 'TRUE',
'no-transparency' => 'TRUE'
] ], JSON_FORCE_OBJECT ), ] ], JSON_FORCE_OBJECT ),
]; ];