Browse Source

fix search title

main
ghost 1 year ago
parent
commit
7b15b0723f
  1. 2
      src/webui/search.php

2
src/webui/search.php

@ -119,7 +119,7 @@ $results = $query->offset($p * $config->webui->pagination->limit - $config->webu
<!DOCTYPE html> <!DOCTYPE html>
<html lang="<?php echo _('en-US'); ?>"> <html lang="<?php echo _('en-US'); ?>">
<head> <head>
<title><?php echo sprintf(_('%s - YGGo!'), htmlentities($q)) ?></title> <title><?php echo sprintf(_('Yo! %s'), htmlentities($q)) ?></title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="keywords" content="<?php echo htmlentities($q) ?>" /> <meta name="keywords" content="<?php echo htmlentities($q) ?>" />
<style> <style>

Loading…
Cancel
Save