mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-31201' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
f6653bfd47
2 changed files with 2 additions and 1 deletions
|
@ -195,6 +195,7 @@ $string['searchcontent'] = 'Search in page content';
|
|||
$string['searchresult'] = 'Search results:';
|
||||
$string['searchwikis'] = 'Search wikis';
|
||||
$string['special'] = 'Special';
|
||||
$string['tableofcontents'] = 'Table of contents';
|
||||
$string['tagsdeleted'] = 'Wiki tags have been deleted';
|
||||
$string['tagtitle'] = 'See the "{$a}" tag';
|
||||
$string['teacherrating'] = 'Teacher rating';
|
||||
|
|
|
@ -239,7 +239,7 @@ abstract class wiki_markup_parser extends generic_parser {
|
|||
$i++;
|
||||
}
|
||||
|
||||
$this->returnvalues['toc'] = "<div class=\"wiki-toc\"><p class=\"wiki-toc-title\">Table of contents</p>$toc</div>";
|
||||
$this->returnvalues['toc'] = "<div class=\"wiki-toc\"><p class=\"wiki-toc-title\">" . get_string('tableofcontents', 'wiki') . "</p>$toc</div>";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue