mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-02 04:29:13 -04:00
remove double-space
This commit is contained in:
parent
fc0b2e671c
commit
e82c0e0a61
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue