diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-02 16:08:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-02 16:08:48 -0400 |
commit | 1289beb53ba11693cba6d74c5a7da5c29e7cf7fa (patch) | |
tree | 8e46379198b58282870947a2041d66731d030c05 /IkiWiki/Plugin | |
parent | 895faed6428f3523871d29ed82b0ab3326453b75 (diff) |
xhtml fixes
Diffstat (limited to 'IkiWiki/Plugin')
-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 a58f696eb..c1d1d1c60 100644 --- a/IkiWiki/Plugin/attachment.pm +++ b/IkiWiki/Plugin/attachment.pm @@ -180,7 +180,7 @@ sub attachment_list ($) { $f=~m/^\Q$loc\E[^\/]+$/ && -e "$config{srcdir}/$f") { push @ret, { - "field-select" => '<input type="checkbox" name="attachment_select" value="'.$f.'">', + "field-select" => '<input type="checkbox" name="attachment_select" value="'.$f.'" />', link => htmllink($page, $page, $f, noimageinline => 1), size => humansize((stat(_))[7]), mtime => displaytime($IkiWiki::pagemtime{$f}), |