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 371e67a commit 1d02bb2Copy full SHA for 1d02bb2
build/kint.phar
109 Bytes
src/Renderer/RichRenderer.php
@@ -412,7 +412,13 @@ public function postRender(): string
412
return '</div>';
413
}
414
415
- $output = '<footer>';
+ $output = '<footer';
416
+
417
+ if ($this->expand) {
418
+ $output .= ' class="kint-show"';
419
+ }
420
421
+ $output .= '>';
422
423
if (!$this->use_folder) {
424
$output .= '<span class="kint-folder-trigger" title="Move to folder">↧</span>';
0 commit comments