mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 09:45:30 +00:00
fix search title
This commit is contained in:
parent
7b9b2b6d7f
commit
7b15b0723f
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ $results = $query->offset($p * $config->webui->pagination->limit - $config->webu
|
|||
<!DOCTYPE html>
|
||||
<html lang="<?php echo _('en-US'); ?>">
|
||||
<head>
|
||||
<title><?php echo sprintf(_('%s - YGGo!'), htmlentities($q)) ?></title>
|
||||
<title><?php echo sprintf(_('Yo! %s'), htmlentities($q)) ?></title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="keywords" content="<?php echo htmlentities($q) ?>" />
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue