Update output type option from '.word' to '.docx' in index.html

This commit is contained in:
MikeHughes-BIN
2026-01-18 19:41:40 +01:00
parent e88e0c45c0
commit 4ca0d46aa9
+1 -1
View File
@@ -125,7 +125,7 @@
<label id="labelType">Select type:</label>
<select name="output_type" id="output_type">
<option value="pdf">.pdf</option>
<option value="word">.word</option>
<option value="docx">.docx</option>
<option value="txt">.txt</option>
</select>
</div>