summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-10-27 22:12:20 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-10-27 22:12:20 +0100
commitd7a2a27e44244547620cad7c4e65b50cbf19a574 (patch)
tree80e1c93063a6ade370ccd7e05fd8688ef0609529
parentb4d7630100b6369ffda839d1f6a1f1b22dfd1dc2 (diff)
parent0a1b6282654a15455d972bf38150120c17c4ef79 (diff)
Merge branch 'allow_robots' into dev
-rw-r--r--app/layout/layout.phtml2
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 } ?>