Ticket #9067: balance-tags-notice.diff
| File balance-tags-notice.diff, 448 bytes (added by beaulebens, 4 years ago) |
|---|
-
formatting.php
848 848 // clear the shifter 849 849 $tagqueue = ''; 850 850 // Pop or Push 851 if ( $regex[1][0] == "/") { // End Tag851 if (isset($regex[1][0]) && '/' == $regex[1][0]) { // End Tag 852 852 $tag = strtolower(substr($regex[1],1)); 853 853 // if too many closing tags 854 854 if($stacksize <= 0) {
