mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
MDL-18940 meta description in main page - render multilang summary properly. Merged from 19_STABLE
This commit is contained in:
parent
5f44fd3e06
commit
b1c83b2c58
@ -95,7 +95,7 @@
|
||||
$preferred_width_right = bounded_number(BLOCK_R_MIN_WIDTH, blocks_preferred_width($pageblocks[BLOCK_POS_RIGHT]),
|
||||
BLOCK_R_MAX_WIDTH);
|
||||
print_header($SITE->fullname, $SITE->fullname, 'home', '',
|
||||
'<meta name="description" content="'. s(strip_tags($SITE->summary)) .'" />',
|
||||
'<meta name="description" content="'. strip_tags(format_text($SITE->summary, FORMAT_HTML)) .'" />',
|
||||
true, '', user_login_string($SITE).$langmenu);
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user