mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 10:52:09 +00:00
correction tagHandler
This commit is contained in:
parent
7ef1dda051
commit
7bd6b67ccf
@ -198,6 +198,10 @@ class Loop extends Tag {
|
||||
|
||||
$parent = $el->parentNode;
|
||||
//var_dump($parent);
|
||||
|
||||
|
||||
$limit = $limit > sizeof($posts) ? sizeof($posts) : $limit;
|
||||
|
||||
for ($i=0; $i < $limit; $i++) {
|
||||
//var_dump($i);
|
||||
$pok = $el->childNodes->item(0)->cloneNode(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user