mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
run help of config var through htmlspecialchars()
This commit is contained in:
parent
65c1bccf82
commit
395afcbcd4
|
@ -124,7 +124,7 @@ class SeedDMS_View_Settings extends SeedDMS_Bootstrap_Style {
|
|||
protected function showConfigPlain($title, $title_desc, $rawdata) { /* {{{ */
|
||||
$settings = $this->params['settings'];
|
||||
?>
|
||||
<tr title="<?= $title_desc ?>">
|
||||
<tr title="<?= htmlspecialchars($title_desc) ?>">
|
||||
<td><?= $title ?>:</td>
|
||||
<td><?= $rawdata ?></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue
Block a user