Browse Source

ZF-11325: Documentation: Typo in HeadMeta example (XHTML_RDFA -> XHTML1_RDFA)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24868 44c647ce-9c0f-0410-b52a-842ac1e357ba
adamlundrigan 13 years ago
parent
commit
cafa89c0fb

+ 1 - 1
documentation/manual/en/module_specs/Zend_View-Helpers-HeadMeta.xml

@@ -226,7 +226,7 @@ $this->headMeta()->appendHttpEquiv('Refresh',
         </para>
 
         <programlisting language="php"><![CDATA[
-$this->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();

+ 1 - 1
documentation/manual/fr/module_specs/Zend_View-Helpers-HeadMeta.xml

@@ -223,7 +223,7 @@ $this->headMeta()->appendHttpEquiv('Refresh',
         </para>
 
         <programlisting language="php"><![CDATA[
-$this->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();

+ 1 - 1
documentation/manual/ja/module_specs/Zend_View-Helpers-HeadMeta.xml

@@ -230,7 +230,7 @@ $this->headMeta()->appendHttpEquiv('Refresh',
         </para>
 
         <programlisting language="php"><![CDATA[
-$this->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();