Просмотр исходного кода

ZF-9090 Examples #2 and #29 are not syntax-highlighted

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20922 44c647ce-9c0f-0410-b52a-842ac1e357ba
maartenba 16 лет назад
Родитель
Сommit
dbd0e430ee

+ 1 - 1
documentation/manual/en/module_specs/Zend_Service_WindowsAzure_Blob.xml

@@ -56,7 +56,7 @@ echo 'Container name is: ' . $result->Name;
             <example id="zend.service.windowsazure.storage.blob.api.delete-container.example">
             <example id="zend.service.windowsazure.storage.blob.api.delete-container.example">
                 <title>Deleting a storage container</title>
                 <title>Deleting a storage container</title>
 
 
-                <programlisting role="php"><![CDATA[
+                <programlisting language="php"><![CDATA[
 $storageClient = new Zend_Service_WindowsAzure_Storage_Blob();
 $storageClient = new Zend_Service_WindowsAzure_Storage_Blob();
 $storageClient->deleteContainer('testcontainer');
 $storageClient->deleteContainer('testcontainer');
 ]]></programlisting>
 ]]></programlisting>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Service_WindowsAzure_Table.xml

@@ -716,7 +716,7 @@ $sessionHandler->register();
         <example id="zend.service.windowsazure.storage.table.api.sessionhandler-usage">
         <example id="zend.service.windowsazure.storage.table.api.sessionhandler-usage">
             <title>Using table storage session handler</title>
             <title>Using table storage session handler</title>
 
 
-            <programlisting role="php"><![CDATA[
+            <programlisting language="php"><![CDATA[
 $storageClient = new Zend_Service_WindowsAzure_Storage_Table(
 $storageClient = new Zend_Service_WindowsAzure_Storage_Table(
     'table.core.windows.net', 'myaccount', 'myauthkey'
     'table.core.windows.net', 'myaccount', 'myauthkey'
 );
 );