quotation marks test

This commit is contained in:
edbrz9 2022-12-29 15:40:23 +01:00
parent 9831af465c
commit f46649c62a
1 changed files with 1 additions and 1 deletions

View File

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