Make WordPress Core

Changeset 5000 for trunk/app.php


Ignore:
Timestamp:
03/08/2007 01:21:29 AM (17 years ago)
Author:
ryan
Message:

Add bracket. Props flinkflonk. fixes #3921

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/app.php

    r4990 r5000  
    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 {
Note: See TracChangeset for help on using the changeset viewer.