diff options
| author | 2015-10-27 22:12:20 +0100 | |
|---|---|---|
| committer | 2015-10-27 22:12:20 +0100 | |
| commit | d7a2a27e44244547620cad7c4e65b50cbf19a574 (patch) | |
| tree | 80e1c93063a6ade370ccd7e05fd8688ef0609529 | |
| parent | b4d7630100b6369ffda839d1f6a1f1b22dfd1dc2 (diff) | |
| parent | 0a1b6282654a15455d972bf38150120c17c4ef79 (diff) | |
Merge branch 'allow_robots' into dev
| -rw-r--r-- | app/layout/layout.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index d7e9d115b..000a6c0d2 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -37,7 +37,7 @@ <meta name="apple-mobile-web-app-title" content="<?php echo FreshRSS_Context::$system_conf->title; ?>"> <meta name="msapplication-TileColor" content="#FFF" /> <?php if (FreshRSS_Context::$system_conf->allow_robots) { ?> - <meta name="description" content="<?php echo htmlspecialchars(FreshRSS_Context::$name . ' | ' . FreshRSS_Context::$description, ENT_NOQUOTES, 'UTF-8'); ?>" /> + <meta name="description" content="<?php echo htmlspecialchars(FreshRSS_Context::$name . ' | ' . FreshRSS_Context::$description, ENT_COMPAT, 'UTF-8'); ?>" /> <?php } else { ?> <meta name="robots" content="noindex,nofollow" /> <?php } ?> |
