mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'wip-MDL-37946-master' of https://github.com/marinaglancy/moodle
This commit is contained in:
commit
68ddadc180
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ class mod_choice_renderer extends plugin_renderer_base {
|
||||||
* @param object $choices
|
* @param object $choices
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function display_publish_anonymous_vertical($choices) {
|
public function display_publish_anonymous_horizontal($choices) {
|
||||||
global $CHOICE_COLUMN_HEIGHT;
|
global $CHOICE_COLUMN_HEIGHT;
|
||||||
|
|
||||||
$html = '';
|
$html = '';
|
||||||
|
@ -388,7 +388,7 @@ class mod_choice_renderer extends plugin_renderer_base {
|
||||||
* @param object $choices
|
* @param object $choices
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function display_publish_anonymous_horizontal($choices) {
|
public function display_publish_anonymous_vertical($choices) {
|
||||||
global $CHOICE_COLUMN_WIDTH;
|
global $CHOICE_COLUMN_WIDTH;
|
||||||
|
|
||||||
$table = new html_table();
|
$table = new html_table();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue