Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 413... Línea 413...
413
        $title = $this->visiblename;
413
        $title = $this->visiblename;
414
        $description = $this->description;
414
        $description = $this->description;
415
        $descriptionformatted = highlight($query, markdown_to_html($this->description));
415
        $descriptionformatted = highlight($query, markdown_to_html($this->description));
Línea 416... Línea 416...
416
 
416
 
417
        $output = '<div class="rui-setting-heading-wrapper--info">
417
        $output = '<div class="rui-setting-heading-wrapper--info">
418
        <h3 class="display-4 mb-2">' . $title . '</h3><div class="rui-setting-desc">' .
418
        <h3 class="display-5 mb-2">' . $title . '</h3><div class="rui-setting-desc">' .
419
            $descriptionformatted .
419
            $descriptionformatted .
Línea 420... Línea 420...
420
            '</div></div>';
420
            '</div></div>';
421
 
421