diff --git a/noname/get/index.js b/noname/get/index.js
index c065ff544..b9ac65b40 100644
--- a/noname/get/index.js
+++ b/noname/get/index.js
@@ -2867,7 +2867,7 @@ export class Get extends Uninstantable {
return lib.characterInitFilter[node.name](tag) !== false;
});
if(initFilters.length){
- const str = initFilters.reduce((strx, stry) => strx + lib.InitFilter[stry] + '
').slice(0, -4);
+ const str = initFilters.reduce((strx, stry) => strx + lib.InitFilter[stry] + '
', '').slice(0, -4);
uiintro.addText(str);
}
}