Merge branch 'MDL-28199_m19' of git://github.com/rwijaya/moodle into MOODLE_19_STABLE

This commit is contained in:
Petr Skoda
2011-08-01 13:16:00 +02:00
+1 -1
View File
@@ -563,7 +563,7 @@
echo "<input type=\"hidden\" name=\"pageid\" value=\"$pageid\" />";
echo "<input type=\"hidden\" name=\"sesskey\" value=\"".sesskey()."\" />";
print_simple_box_start("center");
echo '<table width="100%">';
echo '<table>';
}
// default format text options
$options = new stdClass;