--- loncom/interface/londocs.pm 2023/01/20 16:55:44 1.484.2.93.2.10 +++ loncom/interface/londocs.pm 2023/03/12 02:22:09 1.484.2.93.2.11 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.484.2.93.2.10 2023/01/20 16:55:44 raeburn Exp $ +# $Id: londocs.pm,v 1.484.2.93.2.11 2023/03/12 02:22:09 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1161,6 +1161,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).':