]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/passwordauth.pm
img: Support a title attribute, will be passed through to html. Closes: #478718
[ikiwiki.git] / IkiWiki / Plugin / passwordauth.pm
index b61e6c86e1b118c5baeb852de95a187dc39de854..af16c27542257de13251adae31acdd6578d31b95 100644 (file)
@@ -211,9 +211,6 @@ sub formbuilder (@) { #{{{
                        }
                }
        }
-       
-       IkiWiki::printheader($session);
-       print IkiWiki::misctemplate($form->title, $form->render(submit => $buttons));
 } #}}}
 
 1