templates/searchtyperecovery.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace FOO; ?>

<div style="<?= $font ?>">
<p>
  The <a style="<?= $link_style ?>" href="<?= $base_url ?>/health"><?= Util::escape($type) ?></a> Search type is available!<br>
  <br>
  Expect A LOT more Alerts in your future!
</p>
</div>