mantisbt: fix typo in documentation

This commit is contained in:
Thomas Tuegel
2016-03-12 07:48:36 -06:00
parent bd0f1351b8
commit 5d36644f42
+1 -1
View File
@@ -46,7 +46,7 @@ in
type = types.lines; type = types.lines;
default = ""; default = "";
description = '' description = ''
The contents of config_inc.php, without leading <?php. The contents of config_inc.php, without leading &lt;?php.
If left empty, the admin directory will be accessible. If left empty, the admin directory will be accessible.
''; '';
}; };