diff --git a/templates/writer.php b/templates/writer.php
index 3aace41..8240d25 100755
--- a/templates/writer.php
+++ b/templates/writer.php
@@ -14,10 +14,10 @@
$file = str_replace("src=\"","defer src=\"".$root."/CarnetElectron/",$file);
+$file = str_replace("", $root."/CarnetElectron/", $file);
+$file = str_replace("", "../../../index.php/apps/carnet/", $file);
echo $file;
-echo "".$root."/CarnetElectron/";
-echo "../../../index.php/apps/carnet/";
?>
\ No newline at end of file