--- loncom/interface/londocs.pm 2023/01/20 16:19:56 1.694 +++ loncom/interface/londocs.pm 2023/03/11 21:58:18 1.695 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.694 2023/01/20 16:19:56 raeburn Exp $ +# $Id: londocs.pm,v 1.695 2023/03/11 21:58:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1210,6 +1210,8 @@ sub docs_change_log { my ($title,$url) = split(/\:/,$docslog{$id}{'logentry'}{'parameter_res'},3); if ($title eq '') { ($title) = ($url =~ m{/([^/]+)$}); + } elsif ($is_supp) { + $title = &Apache::loncommon::parse_supplemental_title($title); } $r->print(&LONCAPA::map::qtescape($title).':