mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-29 16:04:20 +00:00
fix search title
This commit is contained in:
parent
7b9b2b6d7f
commit
7b15b0723f
@ -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…
x
Reference in New Issue
Block a user