From e8474ef47d5f0df524207e5dd4ab1abf2b5a7b37 Mon Sep 17 00:00:00 2001 From: arun Date: Sat, 14 Apr 2007 10:34:28 +0000 Subject: some more testing and bugfixes --- output.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index 7287030..ed6287b 100644 --- a/output.php +++ b/output.php @@ -172,9 +172,9 @@ function display_card($card,$dir="english") function display_link_card($card,$dir="english",$type="card") { if( $card/2 - (int)($card/2) == 0.5) - echo "\"\"\n"; + echo "
\"\"
\n"; else - echo "\"\"\n"; + echo "
\"\"
\n"; return; } -- cgit v1.2.3-18-g5258