quotation marks test

This commit is contained in:
edbrz9 2022-12-29 15:41:15 +01:00
parent f46649c62a
commit 3638cbeb21
1 changed files with 1 additions and 1 deletions

View File

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