Explorar o código

Merge pull request #1022 from Alkarex/allow_robots

ENT_COMPAT
Marien Fressinaud %!s(int64=10) %!d(string=hai) anos
pai
achega
b7dc969ce7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/layout/layout.phtml

+ 1 - 1
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 } ?>