X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Foutput.php;h=f4d3fdf0de0f08738fbbe379adab41d842bfd7c1;hp=0c2ff967ad05d5830a46b47bf5c9f9734285592c;hb=f99c17830bcf298a9b05d04a48f9c1b6548a231b;hpb=21f25368b52c73be131cf3ad2d0cb7d1a567eb2a diff --git a/include/output.php b/include/output.php index 0c2ff96..f4d3fdf 100644 --- a/include/output.php +++ b/include/output.php @@ -205,7 +205,7 @@ function display_card($card,$dir="english") function display_link_card($card,$dir="english",$type="card", $selected=0) { if($selected) - $selected = 'selected="selected"'; + $selected = 'checked="checked"'; if( $card/2 - (int)($card/2) == 0.5) echo "
\"".DB_get_card_name($card)."\"
\n";