17c2c99faSGreg Roach<?php 27c2c99faSGreg Roach 3*10e06497SGreg Roachdeclare(strict_types=1); 4*10e06497SGreg Roach 57c2c99faSGreg Roach/** 67c2c99faSGreg Roach * @var string $type 77c2c99faSGreg Roach */ 87c2c99faSGreg Roach 97c2c99faSGreg Roach?> 1005babb96SGreg Roach<span class="wt-mime wt-mime-<?= e(explode('/', $type)[0]) ?> wt-mime-<?= strtr($type, ['/' => '-']) ?>" aria-hidden="true"></span><?php 11