Quellcode durchsuchen

[ZF-6443]Example 44.9 contains a syntax error

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15236 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp vor 17 Jahren
Ursprung
Commit
fc1ab61c86
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      documentation/manual/ja/module_specs/Zend_Rest_Server.xml

+ 1 - 1
documentation/manual/ja/module_specs/Zend_Rest_Server.xml

@@ -140,7 +140,7 @@ function sayHello($who, $when)
 {
 {
     $xml ='<?xml version="1.0" encoding="ISO-8859-1"?>
     $xml ='<?xml version="1.0" encoding="ISO-8859-1"?>
 <mysite>
 <mysite>
-    <value>Hey $who! Hope you're having a good $when</value>
+    <value>Hey $who! Hope you\'re having a good $when</value>
     <code>200</code>
     <code>200</code>
 </mysite>';
 </mysite>';