spelling: construct

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/12928/head
Josh Soref 2023-03-21 23:17:18 -04:00
rodzic 3ef88a46ad
commit 7f4b6ed7b3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -106,7 +106,7 @@ class Index extends BaseSearch
$search = '#' . trim(rawurldecode($_GET['tag']));
}
// contruct a wrapper for the search header
// construct a wrapper for the search header
$o = Renderer::replaceMacros(Renderer::getMarkupTemplate('content_wrapper.tpl'), [
'name' => 'search-header',
'$title' => DI::l10n()->t('Search'),