tinycm rev 110

Tiny edit
author Paul Issott <paul@slitaz.org>
date Thu Feb 23 18:54:37 2017 +0000 (2017-02-23)
parents 5b973f92e669
children 801f52294fa9
files plugins/users/users.cgi
line diff
     1.1 --- a/plugins/users/users.cgi	Thu Feb 23 02:50:40 2017 +0100
     1.2 +++ b/plugins/users/users.cgi	Thu Feb 23 18:54:37 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