Fix incorrect label for dnb_api toggle

This commit is contained in:
phil.borman@gmail.com 2025-09-18 20:13:21 +02:00
parent 3545d45fe4
commit c109289799

View File

@ -682,7 +682,7 @@
<label class="control-label">Deutsche Nationalbibliothek API:</label>
<div class="checkbox">
<% checked = 'checked="checked"' if CONFIG['DNB_API'] else '' %>
<label for="ol_api">
<label for="dnb_api">
<input type="checkbox" id="dnb_api" name="dnb_api" value="1" ${checked} />
Enable Deutsche Nationalbibliothek api for book information
</label>