nasty update to ugly hack to allow comment() pagespecs to work

master
Joey Hess 2010-05-07 12:43:51 -04:00
parent 3adb47ec4f
commit 5e6ed10583
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ sub render_dependent ($$$$$$$) {
# only consider internal files
# if the page explicitly depends
# on such files
my $internal_dep=$dep =~ /internal\(/;
my $internal_dep=$dep =~ /(?:internal|comment|comment_pending)\(/;
my $in=sub {
my $list=shift;