Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 150... Línea 150...
150
 
150
 
Línea 151... Línea 151...
151
                }
151
                }
152
 
152
 
153
                if (!$ch->subchapter) {
153
                if (!$ch->subchapter) {
154
                    $toc .= html_writer::link(new moodle_url('#ch' . $ch->id), $title,
154
                    $toc .= html_writer::link(new moodle_url('#ch' . $ch->id), $title,
155
                            array('title' => s($title), 'class' => 'font-weight-bold text-decoration-none'));
155
                            array('title' => s($title), 'class' => 'fw-bold text-decoration-none'));
156
                    $toc .= html_writer::start_tag('ul');
156
                    $toc .= html_writer::start_tag('ul');
157
                } else {
157
                } else {
158
                    $toc .= html_writer::link(new moodle_url('#ch' . $ch->id), $title,
158
                    $toc .= html_writer::link(new moodle_url('#ch' . $ch->id), $title,