diff options
| author | 2015-10-27 22:11:19 +0100 | |
|---|---|---|
| committer | 2015-10-27 22:11:19 +0100 | |
| commit | 0a1b6282654a15455d972bf38150120c17c4ef79 (patch) | |
| tree | 32189558c02fbfd8b7103c46b223eddb4f07ba83 /app/layout/layout.phtml | |
| parent | 2d06b472cdf72175c42269a12cb2470ceda1c084 (diff) | |
ENT_COMPAT
https://github.com/FreshRSS/FreshRSS/pull
https://github.com/FreshRSS/FreshRSS/issues/938
Diffstat (limited to 'app/layout/layout.phtml')
| -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 } ?> |
