svn: /phpdoc/el/trunk/language/ control-structures.xml

[email protected] (Richard Quadling) Wed, 07 Sep 2011 16:18:53 +0000
Newsgroups php.doc.el
Message-ID <[email protected]>
--d944dfe68c8753b652e061433f8b6e425d4ff6b0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

rquadling                                Wed, 07 Sep 2011 16:18:53 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=316372

Log:
Entity => UTF-8

Changed paths:
    U   phpdoc/el/trunk/language/control-structures.xml

Modified: phpdoc/el/trunk/language/control-structures.xml
===================================================================
--- phpdoc/el/trunk/language/control-structures.xml	2011-09-07 16:18:18 UTC (rev 316371)
+++ phpdoc/el/trunk/language/control-structures.xml	2011-09-07 16:18:53 UTC (rev 316372)
@@ -736,9 +736,9 @@
 while ($i++ < 5) {
     echo "Outer<br>\n";
     while (1) {
-        echo "&nbsp;&nbsp;Middle<br>\n";
+        echo "  Middle<br>\n";
         while (1) {
-            echo "&nbsp;&nbsp;Inner<br>\n";
+            echo "  Inner<br>\n";
             continue 3;
         }
         echo "This never gets output.<br>\n";

--d944dfe68c8753b652e061433f8b6e425d4ff6b0--