mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
parent
21c8e7d48a
commit
8d2c7b258b
2 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ function strip_quotes($text)
|
|||
if ($stacksize == 0) {
|
||||
$newtext .= substr($text, $substr_pos, $pos - $substr_pos);
|
||||
}
|
||||
array_push($stack, $pos);
|
||||
$stack[] = $pos;
|
||||
} else {
|
||||
// pop off the latest opened tag
|
||||
if ($stacksize) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue