diff --git a/index.html b/index.html
index 3f48d74..b1a67f6 100644
--- a/index.html
+++ b/index.html
@@ -1674,7 +1674,7 @@
Batch Card Printer
batch_cards.push(printer_card.outerHTML);
}
var a = window.open('', '', 'height=500, width=500');
- a.document.write(''+batch_cards.join('')+'');
+ a.document.write(''+batch_cards.join('')+'');
a.document.close();
a.print();
}
@@ -1719,7 +1719,7 @@ Batch Card Printer
batch_cards.push(printer_card.outerHTML);
}
var a = window.open('', '', 'height=500, width=500');
- a.document.write(''+batch_cards.join('')+'');
+ a.document.write(''+batch_cards.join('')+'');
a.document.close();
a.print();
}