summaryrefslogtreecommitdiff
path: root/.templates
diff options
context:
space:
mode:
Diffstat (limited to '.templates')
-rw-r--r--.templates/editpage.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/.templates/editpage.tmpl b/.templates/editpage.tmpl
index 0dd86c10..cafb653b 100644
--- a/.templates/editpage.tmpl
+++ b/.templates/editpage.tmpl
@@ -62,7 +62,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>