X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=profileinfo.php;h=47875941165fac32579f0b9dbac97db7083835e5;hb=a4bd731171223a5ed9de6e14368c71bcb9446155;hp=5c7c0e096b5be1774087dab8c0dc5dd0529b50dd;hpb=d4556df5e85557d6e51a14e6f3b380828ed2fd7a;p=lhc%2Fweb%2Fwiklou.git diff --git a/profileinfo.php b/profileinfo.php index 5c7c0e096b..4787594116 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -95,8 +95,7 @@ header( 'Content-Type: text/html; charset=utf-8' ); .table th, .table td { - padding: 8px; - line-height: 20px; + padding: 0.1em; text-align: left; vertical-align: top; border-top: 1px solid #ddd; @@ -193,10 +192,12 @@ class profile_point { $ex = isset( $expand[$this->name()] ); + $anchor = str_replace( '"', '', $this->name() ); + if ( !$ex ) { if ( count( $this->children ) ) { $url = getEscapedProfileUrl( false, false, $expand + array( $this->name() => true ) ); - $extet = ' [+]'; + $extet = " [+]"; } else { $extet = ''; } @@ -207,8 +208,8 @@ class profile_point { $e += array( $name => $ep ); } } - - $extet = ' [–]'; + $url = getEscapedProfileUrl( false, false, $e ); + $extet = " [–]"; } ?>