Browse Source

[svn r15313] Enlarging results table - see FS#2493 - 1

Yannick Warnier 17 years ago
parent
commit
410b55aa30
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/newscorm/lp_stats.php

+ 2 - 2
main/newscorm/lp_stats.php

@@ -70,11 +70,11 @@ if($origin != 'tracking')
 //if display in fullscreen required
 if (strcmp($_GET["fs"], "true") == 0) 
 {
-	$output .= "<table align='center'>";
+	$output .= '<table width="100%" align="center">';
 } 
 else 
 {
-	$output .= "<table class='margin_table'>";
+	$output .= '<table width="100%">';
 }
 
 //check if the user asked for the "extend all" option