actuel-inactuel/site/plugins/custom-marks/index.php

8 lines
100 B
PHP
Raw Normal View History

<?php
use Kirby\Sane\Html;
Kirby::plugin('custom/marks', []);
Html::$allowedTags['cite'] = true;