diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-28 07:58:55 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-28 07:58:55 +0100 |
commit | 0660c99cb9e2dae3b0e41975f643609231258147 (patch) | |
tree | 247deb88055b330e063179dec3d74465eb9cccac /app/view/templates/home.php | |
parent | d46c05b12b9dcd65d2d9cd230bf45b5bdf6fa8bd (diff) | |
download | wcms-0660c99cb9e2dae3b0e41975f643609231258147.tar.gz wcms-0660c99cb9e2dae3b0e41975f643609231258147.zip |
minor changes
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 a11f9e3..0d09238 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -74,7 +74,7 @@ <td><a title="<?= $item->tag('string') ?>"><?= $item->tag('sort') ?></a></td> <td><?= $item->description() ?></td> <td><?= $item->linkto('sort') ?></td> - <td><?= $item->linkfrom('sort') ?></td> + <td><a title="<?= $item->linkfrom('string') ?>" ><?= $item->linkfrom('sort') ?></a></td> <td><?= $item->datemodif('hrdi') ?></td> <td><?= $item->datecreation('hrdi') ?></td> <td><?= $item->secure('string') ?></td> |