slitaz-forge rev 652

Small fix to people.slitaz.org
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 20 03:31:37 2017 +0100 (2017-02-20)
parents 9fbc0891f919
children 6515a7026a35
files people/index.php
line diff
     1.1 --- a/people/index.php	Mon Feb 20 03:21:05 2017 +0100
     1.2 +++ b/people/index.php	Mon Feb 20 03:31:37 2017 +0100
     1.3 @@ -97,7 +97,7 @@
     1.4  			$pub = "/home/$dir/Public";
     1.5  			$user = "$dir";
     1.6  			if (file_exists($pub)) {
     1.7 -				echo "	<li><a href=\"/~$user/\">$user</a>\n";
     1.8 +				echo "	<li><a href='/~$user/'>$user</a>\n";
     1.9  				if (file_exists("$pub/profile.php")) {
    1.10  					require_once("$pub/profile.php");
    1.11  					echo "<span>Name: $name";
    1.12 @@ -105,7 +105,7 @@
    1.13  						echo " | Location: $location"; 
    1.14  					}
    1.15  					if (! empty($scn_user)) { 
    1.16 -						echo " | <a href=\"$scn_url$scn_user/\">SCN activity</a>"; 
    1.17 +						echo " | <a href='$scn_url$scn_user'>SCN Profile</a>"; 
    1.18  					}
    1.19  					if (! empty($skills)) { 
    1.20  						echo " | Skills: $skills";