This commit is contained in:
edbrz9 2022-12-29 15:35:40 +01:00
parent 29edffb9fc
commit 373fe34c38
1 changed files with 2 additions and 2 deletions

View File

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