summaryrefslogtreecommitdiffstats
path: root/include/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-09-22 13:22:37 -0700
committerArun Persaud <arun@nubati.net>2010-09-22 13:22:37 -0700
commitf99c17830bcf298a9b05d04a48f9c1b6548a231b (patch)
treeebe0a95f93f597d93805f1c9672d37d888cad66b /include/output.php
parent21f25368b52c73be131cf3ad2d0cb7d1a567eb2a (diff)
downloade-DoKo-f99c17830bcf298a9b05d04a48f9c1b6548a231b.tar.gz
e-DoKo-f99c17830bcf298a9b05d04a48f9c1b6548a231b.tar.bz2
e-DoKo-f99c17830bcf298a9b05d04a48f9c1b6548a231b.zip
BUGFIX: fixed last commit
Diffstat (limited to 'include/output.php')
-rw-r--r--include/output.php2
1 files changed, 1 insertions, 1 deletions
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 "<div class=\"cardinput\"><input type=\"radio\" name=\"".$type."\" value=\"".$card."\" $selected /><img src=\"cards/".$dir."/".$card.".png\" alt=\"".DB_get_card_name($card)."\" /></div>\n";