From f46649c62a5f855f0b0af037a5551aace16c4307 Mon Sep 17 00:00:00 2001
From: edbrz9 <ed@brz9.devd>
Date: Thu, 29 Dec 2022 15:40:23 +0100
Subject: [PATCH] quotation marks test

---
 proj/y2t/handler.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php
index b9420b1..7a4da04 100644
--- a/proj/y2t/handler.php
+++ b/proj/y2t/handler.php
@@ -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");