Ticket #3921: app.php.diff
| File app.php.diff, 500 bytes (added by , 19 years ago) |
|---|
-
app.
old new 192 192 $this->in_content = array(); 193 193 } else { 194 194 $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) { 196 196 array_push($this->in_content, "/>"); 197 197 } else { 198 198 array_push($this->in_content, "</$endtag>");