Skip to content

Commit

Permalink
Change display name WEPB to WEBP (#1762)
Browse files Browse the repository at this point in the history
Update pdf-to-img.html
  • Loading branch information
Ludy87 authored Aug 26, 2024
1 parent 1732531 commit 63dfcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/convert/pdf-to-img.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<option value="gif">GIF</option>
<option value="tiff">TIFF</option>
<option value="bmp">BMP</option>
<option th:if="${isPython}" value="webp">WEPB</option>
<option th:if="${isPython}" value="webp">WEBP</option>
</select>
</div>
<div class="mb-3">
Expand Down

0 comments on commit 63dfcfe

Please sign in to comment.