Skip to content

Commit 6c02e73

Browse files
Merge pull request #4 from sknebel-forks/sknebel-patch-mf2util-default
set mf2util checkbox default to false
2 parents fa79c20 + a6aab92 commit 6c02e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/index.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<div class="form-check">
6868
<label title="mf2util interprets certain post types (currently h-entry and h-event) and returns a normalized result" class="form-check-label" for="util">
69-
<input id="util" name="util" class="form-check-input" type="checkbox" value="true" checked="checked">
69+
<input id="util" name="util" class="form-check-input" type="checkbox" value="true">
7070
Process with mf2util
7171
</label>
7272
</div>

0 commit comments

Comments
 (0)