From: Rob Church Date: Mon, 26 Jun 2006 13:12:03 +0000 (+0000) Subject: Need double quotes here, not single, else "APC found" produces literal "\n" on the... X-Git-Tag: 1.31.0-rc.0~56590 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=3d791b14fc96372ee0bdd246e75a3a3b3a6a6248;p=lhc%2Fweb%2Fwiklou.git Need double quotes here, not single, else "APC found" produces literal "\n" on the page --- diff --git a/config/index.php b/config/index.php index ebb210ac4d..9042d80286 100644 --- a/config/index.php +++ b/config/index.php @@ -333,7 +333,7 @@ if ( $conf->turck ) { $conf->apc = function_exists('apc_fetch'); if ($conf->apc ) { - print '
  • APC installed
  • \n'; + print "
  • APC installed
  • "; } $conf->eaccel = function_exists( 'eaccelerator_get' );