Index: documentation/manual/ja/module_specs/Zend_View-Helpers-HeadMeta.xml =================================================================== --- documentation/manual/ja/module_specs/Zend_View-Helpers-HeadMeta.xml (revision 24672) +++ documentation/manual/ja/module_specs/Zend_View-Helpers-HeadMeta.xml (working copy) @@ -230,7 +230,7 @@ doctype(Zend_View_Helper_Doctype::XHTML_RDFA); +$this->doctype(Zend_View_Helper_Doctype::XHTML1_RDFA); $this->headMeta()->setProperty('og:title', 'my article title'); $this->headMeta()->setProperty('og:type', 'article'); echo $this->headMeta(); Index: documentation/manual/en/module_specs/Zend_View-Helpers-HeadMeta.xml =================================================================== --- documentation/manual/en/module_specs/Zend_View-Helpers-HeadMeta.xml (revision 24672) +++ documentation/manual/en/module_specs/Zend_View-Helpers-HeadMeta.xml (working copy) @@ -226,7 +226,7 @@ doctype(Zend_View_Helper_Doctype::XHTML_RDFA); +$this->doctype(Zend_View_Helper_Doctype::XHTML1_RDFA); $this->headMeta()->setProperty('og:title', 'my article title'); $this->headMeta()->setProperty('og:type', 'article'); echo $this->headMeta(); Index: documentation/manual/fr/module_specs/Zend_View-Helpers-HeadMeta.xml =================================================================== --- documentation/manual/fr/module_specs/Zend_View-Helpers-HeadMeta.xml (revision 24672) +++ documentation/manual/fr/module_specs/Zend_View-Helpers-HeadMeta.xml (working copy) @@ -223,7 +223,7 @@ doctype(Zend_View_Helper_Doctype::XHTML_RDFA); +$this->doctype(Zend_View_Helper_Doctype::XHTML1_RDFA); $this->headMeta()->setProperty('og:title', 'my article title'); $this->headMeta()->setProperty('og:type', 'article'); echo $this->headMeta();