slitaz-dev-tools diff tazwikiss/rootfs/var/www/wiki/plugins/wkp_Admin.sh @ rev 201

tazwikiss: fix a list side effect
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 17 16:31:03 2013 +0000 (2013-11-17)
parents 73d6a8a85986
children 3780599349cd
line diff
     1.1 --- a/tazwikiss/rootfs/var/www/wiki/plugins/wkp_Admin.sh	Sun Nov 17 13:32:25 2013 +0000
     1.2 +++ b/tazwikiss/rootfs/var/www/wiki/plugins/wkp_Admin.sh	Sun Nov 17 16:31:03 2013 +0000
     1.3 @@ -1,4 +1,4 @@
     1.4 -plugin="<a href=\"?action=admin\">Administration</a>"
     1.5 +plugin="<a href=\"?action=admin\" title=\"Wiki administration\">Administration</a>"
     1.6  description_fr="Administration du Wiki"
     1.7  description="Wiki administration"
     1.8        
     1.9 @@ -97,7 +97,7 @@
    1.10  				alt="$(grep ^help_$lang= $i)"
    1.11  				[ -n "$alt" ] && eval $(echo "$alt" | sed 's/_..=/=/')
    1.12  				name="$(basename $i .sh)"
    1.13 -				[ -n "$help" ] && description=" <a href='?page=$help'>$description</a>"
    1.14 +				[ -n "$help" ] && description=" <a href='?page=$help' title='$plugin help page'>$description</a>"
    1.15  				;;
    1.16  			Locales)
    1.17  				j=${i#config-}