فهرست منبع

[DOCS] fixed code comment in one programlisting

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20977 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 سال پیش
والد
کامیت
b3e9a841bb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      documentation/manual/en/tutorials/quickstart-create-layout.xml

+ 1 - 1
documentation/manual/en/tutorials/quickstart-create-layout.xml

@@ -178,7 +178,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
     </para>
 
     <programlisting language="php"><![CDATA[
-// application/layouts/scripts/layout.phtml
+<!-- application/layouts/scripts/layout.phtml -->
 <?php echo $this->doctype() ?>
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>