From f99c17830bcf298a9b05d04a48f9c1b6548a231b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 22 Sep 2010 13:22:37 -0700 Subject: BUGFIX: fixed last commit --- include/output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/output.php') 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"; -- cgit v1.2.3-18-g5258