Publicaciones hechas por por Urs Hunkler

Moodle in English -> Themes -> Body id tag breaking? -> Re: Body id tag breaking?

por Urs Hunkler -
Imagen de Core developers
When you for example add a slash at the end of the setting of wwwroot in your Moodle config.php file you get this strange body IDs.

should be:
$CFG->wwwroot = 'http://moodle.server.net';

wrong:
$CFG->wwwroot = 'http://moodle.server.net/';

I could reproduce the error when I added the slash. May be you can solve your issue this way?