mantisbt: fix typo in documentation

+1 -1
+1 -1
nixos/modules/services/misc/mantisbt.nix
··· 46 46 type = types.lines; 47 47 default = ""; 48 48 description = '' 49 - The contents of config_inc.php, without leading <?php. 49 + The contents of config_inc.php, without leading &lt;?php. 50 50 If left empty, the admin directory will be accessible. 51 51 ''; 52 52 };