1<?php 2 3declare(strict_types=1); 4 5/** 6 * @var string $type 7 */ 8 9?> 10<span class="wt-mime wt-mime-<?= e(explode('/', $type)[0]) ?> wt-mime-<?= strtr($type, ['/' => '-']) ?>" aria-hidden="true"></span><?php 11