tazbug diff web/plugins/users/users.cgi @ rev 149

Tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Feb 23 18:52:34 2017 +0000 (2017-02-23)
parents b4700d7f9d42
children 027865f27580
line diff
     1.1 --- a/web/plugins/users/users.cgi	Wed Feb 22 21:18:03 2017 +0100
     1.2 +++ b/web/plugins/users/users.cgi	Thu Feb 23 18:52:34 2017 +0000
     1.3 @@ -216,7 +216,7 @@
     1.4  			cat $PEOPLE/$USER/profile.txt | wiki_parser
     1.5  		fi
     1.6  		
     1.7 -		# Run user.sh that plugins can provide to add content to a profile
     1.8 +		# Run user.sh so that plugins can provide to add content to a profile
     1.9  		for script in $(ls $plugins/*/user.sh); do
    1.10  			. ${script}
    1.11  		done