diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-23 15:00:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-23 15:00:07 -0400 |
commit | 335a6a59e66ee7c2cf0c68c659259b885f7e8a07 (patch) | |
tree | 4cb120f998980313c8066578177f94c7efe5ecb4 /IkiWiki | |
parent | 41b0c029c8e1c8cfe776c594c1912e84106d52a7 (diff) | |
parent | 1d1767192c80548755655cfe1ce8e503b392c7c1 (diff) |
Merge branch 'master' into tova
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/attachment.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/attachment.pm b/IkiWiki/Plugin/attachment.pm index c6711aa05..e08aa3677 100644 --- a/IkiWiki/Plugin/attachment.pm +++ b/IkiWiki/Plugin/attachment.pm @@ -136,7 +136,7 @@ sub formbuilder (@) { #{{{ } } - $filename=IkiWiki::titlepage( + $filename=IkiWiki::linkpage( IkiWiki::possibly_foolish_untaint( attachment_location($form->field('page')). IkiWiki::basename($filename))); |