mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-13 12:57:59 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
8bb3c38820
|
|
@ -169,7 +169,7 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style {
|
|||
protected function showConfigPlain($title, $title_desc, $rawdata) { /* {{{ */
|
||||
$settings = $this->params['settings'];
|
||||
?>
|
||||
<tr title="<?= htmlspecialchars($title_desc) ?>">
|
||||
<tr <?= ($title_desc ? 'title="'.htmlspecialchars($title_desc).'" style="cursor: help;"' : '') ?>>
|
||||
<td><?= $title ?></td>
|
||||
<td><?= $rawdata ?></td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user