mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
unbound: typo in previous
This commit is contained in:
parent
cdaa7affdf
commit
069019c8ec
@ -178,7 +178,7 @@ include_once("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_serveexpired" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <? gettext('Serve expired responses') ?></td>
|
||||
<td><a id="help_for_serveexpired" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?= gettext('Serve expired responses') ?></td>
|
||||
<td>
|
||||
<input name="serveexpired" type="checkbox" id="serveexpired" value="yes" <?= empty($pconfig['serveexpired']) ? '' : 'checked="checked"' ?> />
|
||||
<div class="hidden" for="help_for_serveexpired">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user