]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/editpage.tmpl
link to an actual implementation of the "Flip wikilinks" change
[ikiwiki.git] / templates / editpage.tmpl
index 27c4aa6ed25ebdcc690ad2d7aab7fffb8e934e83..696c8dcad197134bb7264d17d9f5cf950c24aba0 100644 (file)
@@ -44,7 +44,7 @@ $(function () { $('#fileupload').fileupload(); }); // initialize upload widget
 </script> 
 <script id="template-download" type="text/x-jquery-tmpl"> 
     <tr class="template-download{{if error}} ui-state-error{{/if}}">
-        <td><input type="checkbox" name="attachment_select" value="${name}" />${name}</td>
+        <td><input type="checkbox" checked name="attachment_select" value="${name}" />${name}</td>
         <td>${humansize}</td>
         {{if error}}
         <td class="error" colspan="2">failed!</td>