]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - extlib/HTMLPurifier/HTMLPurifier/Lexer/PH5P.php
Updated HTMLPurifier to 4.10.0
[quix0rs-gnu-social.git] / extlib / HTMLPurifier / HTMLPurifier / Lexer / PH5P.php
index 0b452d17fcd6c5b95580159cfc4526e4fac66ba8..72476ddf32bd923c52b0159d3ea5dc8d26bacf7a 100644 (file)
@@ -1507,7 +1507,7 @@ class HTML5
                 $entity = $this->character($start, $this->char);
                 $cond = strlen($e_name) > 0;
 
-                // The rest of the parsing happens bellow.
+                // The rest of the parsing happens below.
                 break;
 
             // Anything else
@@ -1535,7 +1535,7 @@ class HTML5
                 }
 
                 $cond = isset($entity);
-                // The rest of the parsing happens bellow.
+                // The rest of the parsing happens below.
                 break;
         }