mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-20 23:00:16 -05:00
8 lines
119 B
PHP
8 lines
119 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Businessprocess\Html;
|
|
|
|
class HtmlString extends Text
|
|
{
|
|
protected $escaped = true;
|
|
}
|