Browse Source

fix tags case

sqliteway
ghost 2 years ago
parent
commit
8aeadcb604
  1. 4
      public/index.php
  2. 4
      public/search.php

4
public/index.php

@ -22,8 +22,8 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the @@ -22,8 +22,8 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
<title><?php echo _('YGGo! Web Search Engine') ?></title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="Description" content="<?php echo _('Javascript-less Open Source Web Search Engine') ?>" />
<meta name="Keywords" content="<?php echo _('web, search, engine, crawler, php, pdo, sqlite, fts5, yggdrasil, js-less, open source') ?>" />
<meta name="description" content="<?php echo _('Javascript-less Open Source Web Search Engine') ?>" />
<meta name="keywords" content="<?php echo _('web, search, engine, crawler, php, pdo, sqlite, fts5, yggdrasil, js-less, open source') ?>" />
<style>
* {

4
public/search.php

@ -47,8 +47,8 @@ if (!empty($q)) { @@ -47,8 +47,8 @@ if (!empty($q)) {
<title><?php echo sprintf(_('%s - YGGo!'), htmlentities($q)) ?></title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="Description" content="<?php echo _('Javascript-less Open Source Web Search Engine') ?>" />
<meta name="Keywords" content="<?php echo _('web, search, engine, crawler, php, pdo, sqlite, fts5, yggdrasil, js-less, open source') ?>" />
<meta name="description" content="<?php echo _('Javascript-less Open Source Web Search Engine') ?>" />
<meta name="keywords" content="<?php echo _('web, search, engine, crawler, php, pdo, sqlite, fts5, yggdrasil, js-less, open source') ?>" />
<style>
* {

Loading…
Cancel
Save