mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-23 18:11:31 +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) { /* {{{ */
|
protected function showConfigPlain($title, $title_desc, $rawdata) { /* {{{ */
|
||||||
$settings = $this->params['settings'];
|
$settings = $this->params['settings'];
|
||||||
?>
|
?>
|
||||||
<tr title="<?= $title_desc ?>">
|
<tr title="<?= htmlspecialchars($title_desc) ?>">
|
||||||
<td><?= $title ?>:</td>
|
<td><?= $title ?>:</td>
|
||||||
<td><?= $rawdata ?></td>
|
<td><?= $rawdata ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user