diff --git a/mod/wiki/locallib.php b/mod/wiki/locallib.php index 213d712c591..9a085a4cdef 100644 --- a/mod/wiki/locallib.php +++ b/mod/wiki/locallib.php @@ -1515,7 +1515,8 @@ function wiki_build_tree($page, $node, &$keys) { $content = array(); static $icon = null; if ($icon === null) { - $icon = new pix_icon('f/text-24', ''); + // Substitute the default navigation icon with empty image. + $icon = new pix_icon('spacer', ''); } $pages = wiki_get_linked_pages($page->id); foreach ($pages as $p) {