Skip to content

Commit 7c99892

Browse files
authored
zpl fix follow-up
fixed formatting
1 parent f1d8e7c commit 7c99892

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sample.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -948,11 +948,11 @@ <h4 class="panel-title">Options</h4>
948948
'^XA\n',
949949
'^FO50,100',
950950
{ type: 'raw', format: 'image', data: 'assets/img/image_sample_bw.png', options: { language: 'ZPLII' } },
951-
'^FS\n',
952-
'^FO50,300^ADN,36,20^FDPRINTED USING^FS\n',
953-
'^FO50,350^ADN,36,20^FDQZ-TRAY ^FS\n',
954-
'^FO50,400^ADN,36,20^FDVERSION ' + qzVersion + '^FS\n' + '\n' ,
955-
'^XZ\n'
951+
'^FS\n',
952+
'^FO50,300^ADN,36,20^FDPRINTED USING^FS\n',
953+
'^FO50,350^ADN,36,20^FDQZ-TRAY ^FS\n',
954+
'^FO50,400^ADN,36,20^FDVERSION ' + qzVersion + '^FS\n' + '\n',
955+
'^XZ\n'
956956
];
957957

958958
qz.print(config, printData).catch(displayError);

0 commit comments

Comments
 (0)