PITS /
00393: $MetaRobots resolved too soon
Summary:
$MetaRobots
resolved too soonCreated: 2005-03-16 20:16
Status: Closed - fixed for 2.0.beta27
Category: Bug
From: DidierLebrun
Assigned:
Priority: 1
Version: 2.0.beta26
OS: Win2000/Apache2/PHP5
Description:
stdconfig.php set the $HTMLHeaderFmt
['robots'] with $MetaRobots
content at this stage, preventing an eventual (:robot ...:) markup tag to change it. The fix is to escape the $MetaRobots
var (content='\$MetaRobots
'), which has probably been forgotten.