fix: add missing bootstrap require in markdown-cheatsheet-fragment.php, add bottom padding to dialog

This commit is contained in:
Pontoporeia
2026-07-03 15:24:07 +02:00
parent 00a106138e
commit e6a989bb36
7 changed files with 30 additions and 175 deletions
@@ -4,6 +4,8 @@
* Rendered as a <dialog> element; caller should call .showModal() after swap.
*/
require_once __DIR__ . '/../../bootstrap.php';
$rows = [
[
'syntax' => '# Titre 1',