aboutsummaryrefslogtreecommitdiff
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 27c4aa6ed..696c8dcad 100644
--- a/templates/editpage.tmpl
+++ b/templates/editpage.tmpl
@@ -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>