Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3adb47e
)
nasty update to ugly hack to allow comment() pagespecs to work
author
Joey Hess
<joey@kitenet.net>
Fri, 7 May 2010 16:43:51 +0000
(12:43 -0400)
committer
Joey Hess
<joey@kitenet.net>
Fri, 7 May 2010 16:43:51 +0000
(12:43 -0400)
IkiWiki/Render.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Render.pm
b/IkiWiki/Render.pm
index c9ba95363a8a60b49b609a59a7617f79bb22c96f..8b1b9aef4353daec5612c98d3b28dde58d832113 100644
(file)
--- a/
IkiWiki/Render.pm
+++ b/
IkiWiki/Render.pm
@@
-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;