diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-10 22:44:39 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-10 22:44:39 +0100 |
commit | cc7ad5299f1bd14155d4c01af3a4ece28f85c20c (patch) | |
tree | 0aea5a3253e98525286ace4240c449372f12e3ef /app/view/templates/home.php | |
parent | 6f0f6c3f8ff7a2e17ecff410b5f0e974e4dad4cb (diff) | |
download | wcms-cc7ad5299f1bd14155d4c01af3a4ece28f85c20c.tar.gz wcms-cc7ad5299f1bd14155d4c01af3a4ece28f85c20c.zip |
bug fixies
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index a59fddf..70474c1 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -74,7 +74,7 @@ <td class="delete"><a href="<?= $this->uart('artdelete', $item->id()) ?>" >✖</a></td> <td class="log"><a href="<?= $this->uart('artlog', $item->id()) ?>" target="_blank">⁋</a></td> <td class="tag"><a title="<?= $item->tag('string') ?>"><?= $item->tag('sort') ?></a></td> - <td class="summary"><?= $item->description() ?></td> + <td class="summary" title="<?= $item->description() ?>"><?= $item->description('short') ?></td> <td class="linkto"><a title="<?= $item->linkto('string') ?>" ><?= $item->linkto('sort') ?></a></td> <td class="linkfrom"><a title="<?= $item->linkfrom('string') ?>" ><?= $item->linkfrom('sort') ?></a></td> <td class="datemodif"><?= $item->datemodif('hrdi') ?></td> |