remove double-space

This commit is contained in:
william-davis-dev 2025-04-26 20:39:55 -04:00
parent fc0b2e671c
commit e82c0e0a61

View file

@ -22,7 +22,7 @@ class ZPLConvert extends Operation {
this.description = [
"Takes a ZPL (Zebra Printer Language) string and renders it into a png.",
"<br><br>",
"Uses the <a href='https://labelary.com/service.html'>Labelary</a> API for full support of all ZPL instructions.",
"Uses the <a href='https://labelary.com/service.html'>Labelary</a> API for full support of all ZPL instructions.",
"<br><br>",
"Use the 'Render Image' operation to see the final label output."
].join("\n");