Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/form_submit.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>Choose your output and date format.</h2>

<select name="output" class="block col-12 ck mb1 field">
<option value="plain">Plain text list of course meetings</option>
<option value="docx">Full DOCX syllabus template</option>
<option value="docx" selected>Full DOCX syllabus template</option>
<option value="tex">Full LaTeX syllabus template</option>
<option value="html">Full HTML syllabus template</option>
</select>
Expand Down