Skip to content

Commit 3968a60

Browse files
chore: remove tag table from end of html page
1 parent 80b93e0 commit 3968a60

File tree

3 files changed

+13
-29
lines changed

3 files changed

+13
-29
lines changed

assets/layout.ejs

+12-20
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml">
33
<head>
44
<title>Visualização de boleto</title>
5-
<meta name="robots" content="noindex">
5+
<meta name="robots" content="noindex">
66
<meta name="format-detection" content="telephone=no"/>
77
<style media="screen, print" type="text/css">
88
body
@@ -18,33 +18,33 @@
1818
1919
img{border:0}
2020
21-
.cp
21+
.cp
2222
{
23-
font: bold 10px arial;
23+
font: bold 10px arial;
2424
color: black
2525
}
26-
.ti
26+
.ti
2727
{
2828
font: 9px arial, helvetica, sans-serif
2929
}
30-
.ld
30+
.ld
3131
{
32-
font: bold 15px arial;
32+
font: bold 15px arial;
3333
color: #000000
3434
}
35-
.ct
35+
.ct
3636
{
37-
font: 9px "arial narrow";
37+
font: 9px "arial narrow";
3838
color: #000033
3939
}
40-
.cn
40+
.cn
4141
{
42-
font: 9px arial;
42+
font: 9px arial;
4343
color: black
4444
}
45-
.bc
45+
.bc
4646
{
47-
font: bold 22px arial;
47+
font: bold 22px arial;
4848
color: #000000
4949
}
5050
@@ -373,14 +373,6 @@
373373
<tr><td class="Ar">Corte na linha pontilhada</td></tr>
374374
<tr><td class="cut" /></tr>
375375
</table>
376-
<table class="ctN w666">
377-
<tr class="h13"><td /></tr>
378-
<tr class="h13"><td /></tr>
379-
<tr class="h13"><td /></tr>
380-
<tr class="h13"><td /></tr>
381-
<tr class="h13"><td /></tr>
382-
<tr class="h13"><td /></tr>
383-
</table>
384376
</div>
385377
<script>
386378
(function () {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-boleto",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "Boleto generator in Node.js",
55
"main": "index.js",
66
"scripts": {

test/e2e/boleto-output.js

-8
Original file line numberDiff line numberDiff line change
@@ -359,14 +359,6 @@ module.exports = (bankLogo, bankNumber, linhaDigitavel, barcode, bmpBarcode) =>
359359
<tr><td class="Ar">Corte na linha pontilhada</td></tr>
360360
<tr><td class="cut" /></tr>
361361
</table>
362-
<table class="ctN w666">
363-
<tr class="h13"><td /></tr>
364-
<tr class="h13"><td /></tr>
365-
<tr class="h13"><td /></tr>
366-
<tr class="h13"><td /></tr>
367-
<tr class="h13"><td /></tr>
368-
<tr class="h13"><td /></tr>
369-
</table>
370362
</div>
371363
<script>
372364
(function () {

0 commit comments

Comments
 (0)