mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'wip-MDL-37946-master' of https://github.com/marinaglancy/moodle
This commit is contained in:
commit
68ddadc180
@ -285,7 +285,7 @@ class mod_choice_renderer extends plugin_renderer_base {
|
||||
* @param object $choices
|
||||
* @return string
|
||||
*/
|
||||
public function display_publish_anonymous_vertical($choices) {
|
||||
public function display_publish_anonymous_horizontal($choices) {
|
||||
global $CHOICE_COLUMN_HEIGHT;
|
||||
|
||||
$html = '';
|
||||
@ -388,7 +388,7 @@ class mod_choice_renderer extends plugin_renderer_base {
|
||||
* @param object $choices
|
||||
* @return string
|
||||
*/
|
||||
public function display_publish_anonymous_horizontal($choices) {
|
||||
public function display_publish_anonymous_vertical($choices) {
|
||||
global $CHOICE_COLUMN_WIDTH;
|
||||
|
||||
$table = new html_table();
|
||||
|
Loading…
x
Reference in New Issue
Block a user