diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-01 20:44:12 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-01 20:44:12 +0000 |
commit | 140658bc51338b8d1c74382bbf374ad77f07c269 (patch) | |
tree | 792a407b145c952ccb852ca0344a0f1c90b659b9 /IkiWiki | |
parent | f4fd66fc1b66e7ff7dffe20f751b56e1e831a5d7 (diff) |
* More security review.
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Render.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index c5922c933..886a30f6b 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -426,7 +426,7 @@ FILE: foreach my $file (@files) { } # Handle backlinks; if a page has added/removed links, update the - # pages it links to. Also handles rebuilding dependat pages. + # pages it links to. Also handles rebuilding dependant pages. # TODO: inefficient; pages may get rendered above and again here; # problem is the backlinks could be wrong in the first pass render # above |