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

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

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

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

Log:
Entity => UTF-8

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

Modified: phpdoc/cs/trunk/language/control-structures.xml
===================================================================
--- phpdoc/cs/trunk/language/control-structures.xml	2011-09-07 16:17:44 UTC (rev 316370)
+++ phpdoc/cs/trunk/language/control-structures.xml	2011-09-07 16:18:18 UTC (rev 316371)
@@ -660,9 +660,9 @@
 while ($i++ &lt; 5) {
     echo "Vnější<br>\n";
     while (1) {
-        echo "&nbsp;&nbsp;Střední<br>\n";
+        echo "  Střední<br>\n";
         while (1) {
-            echo "&nbsp;&nbsp;Vnitřní<br>\n";
+            echo "  Vnitřní<br>\n";
             continue 3;
         }
         echo "Toto se nikdy nevytiskne.<br>\n";

--1ac4f9bd0d4dca0a35578793224a1192db7059f9--