diff options
| author | 2015-10-28 08:15:09 +0100 | |
|---|---|---|
| committer | 2015-10-28 08:15:09 +0100 | |
| commit | b7dc969ce79fef1dec5a75cf857d5aa2bac1f561 (patch) | |
| tree | d73de740f0592cefc76dcc14ba2a27a1f390617a | |
| parent | 29fe97cb2ffe9d21658cc206e80644a6e2fdb9c7 (diff) | |
| parent | 0a1b6282654a15455d972bf38150120c17c4ef79 (diff) | |
Merge pull request #1022 from Alkarex/allow_robots
ENT_COMPAT
| -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 } ?> |
