diff --git a/docs/website/clients.php b/docs/website/clients.php index 4ae15b49..fcda89b3 100644 --- a/docs/website/clients.php +++ b/docs/website/clients.php @@ -38,13 +38,13 @@ } $style = ($client_page == "Interoperability" ? ' class="selected"' : '' ); - printf( '
', $style ); + printf( '', $style, $style ); sort($clients); foreach( $clients AS $k => $v ) { if ( $v == "Interoperability" ) continue; $style = (strcmp($client_page,$v) == 0 ? ' class="selected"' : '' ); - printf( '