Make WordPress Core

Ticket #3921: app.php.diff

File app.php.diff, 500 bytes (added by flinkflonk, 19 years ago)
  • app.

    old new  
    192192                                $this->in_content = array();
    193193                        } else {
    194194                                $endtag = $this->ns_to_prefix($name);
    195                                 if (strpos($this->in_content[count($this->in_content)-1], '<' . $endtag) !== false)
     195                                if (strpos($this->in_content[count($this->in_content)-1], '<' . $endtag) !== false) {
    196196                                        array_push($this->in_content, "/>");
    197197                                } else {
    198198                                        array_push($this->in_content, "</$endtag>");