This commit is contained in:
edbrz9 2022-12-29 15:20:53 +01:00
parent 28c8384a0d
commit b4707199c5
1 changed files with 4 additions and 4 deletions

View File

@ -40,10 +40,10 @@
foreach ($output as $item) {
echo '<Copybox v-bind:txt="'.$item.'"></Copybox>';
//echo '<div class="y2tout">';
//echo $item;
//echo '</div>';
//echo '<Copybox v-bind:txt="'.$item.'"></Copybox>';
echo '<div class="y2tout">';
echo $item;
echo '</div>';
}
//echo nl2br("\n END OF THE OUTPUT\n");
/*