diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 14:36:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 14:36:17 -0400 |
commit | 0f06504422792d7132b7644caf4dabf19d957659 (patch) | |
tree | efaa3a350d0b94c0c45e466abfd25624cc1c19dc /IkiWiki/Plugin/attachment.pm | |
parent | 137624775407e433935f68b9ee282723adca1513 (diff) | |
download | ikiwiki-0f06504422792d7132b7644caf4dabf19d957659.tar ikiwiki-0f06504422792d7132b7644caf4dabf19d957659.tar.gz |
remove description_html, add link
Diffstat (limited to 'IkiWiki/Plugin/attachment.pm')
-rw-r--r-- | IkiWiki/Plugin/attachment.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/IkiWiki/Plugin/attachment.pm b/IkiWiki/Plugin/attachment.pm index 27f984c29..63f0b73c3 100644 --- a/IkiWiki/Plugin/attachment.pm +++ b/IkiWiki/Plugin/attachment.pm @@ -25,11 +25,7 @@ sub getsetup () { #{{{ type => "pagespec", example => "mimetype(image/*) and maxsize(50kb)", description => "enhanced PageSpec specifying what attachments are allowed", - description_html => htmllink("", "", - "ikiwiki/PageSpec/attachment", - noimageinline => 1, - linktext => "enhanced PageSpec", - )." specifying what attachments are allowed", + link => "ikiwiki/PageSpec/attachment", safe => 1, rebuild => 0, }, |