Skip to content

Commit

Permalink
Merge pull request #55 from pagarme/chore/BPROC-1868-remove-tag-table…
Browse files Browse the repository at this point in the history
…-end-of-html

[BPROC-1868] Correção quebra linha no pdf de boletos com juros e multa
  • Loading branch information
davidsmedeiros authored May 20, 2024
2 parents 80b93e0 + 3968a60 commit b68d206
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 29 deletions.
32 changes: 12 additions & 20 deletions assets/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Visualização de boleto</title>
<meta name="robots" content="noindex">
<meta name="robots" content="noindex">
<meta name="format-detection" content="telephone=no"/>
<style media="screen, print" type="text/css">
body
Expand All @@ -18,33 +18,33 @@
img{border:0}
.cp
.cp
{
font: bold 10px arial;
font: bold 10px arial;
color: black
}
.ti
.ti
{
font: 9px arial, helvetica, sans-serif
}
.ld
.ld
{
font: bold 15px arial;
font: bold 15px arial;
color: #000000
}
.ct
.ct
{
font: 9px "arial narrow";
font: 9px "arial narrow";
color: #000033
}
.cn
.cn
{
font: 9px arial;
font: 9px arial;
color: black
}
.bc
.bc
{
font: bold 22px arial;
font: bold 22px arial;
color: #000000
}
Expand Down Expand Up @@ -373,14 +373,6 @@
<tr><td class="Ar">Corte na linha pontilhada</td></tr>
<tr><td class="cut" /></tr>
</table>
<table class="ctN w666">
<tr class="h13"><td /></tr>
<tr class="h13"><td /></tr>
<tr class="h13"><td /></tr>
<tr class="h13"><td /></tr>
<tr class="h13"><td /></tr>
<tr class="h13"><td /></tr>
</table>
</div>
<script>
(function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-boleto",
"version": "2.2.2",
"version": "2.2.3",
"description": "Boleto generator in Node.js",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 0 additions & 8 deletions test/e2e/boleto-output.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,14 +359,6 @@ module.exports = (bankLogo, bankNumber, linhaDigitavel, barcode, bmpBarcode) =>
<tr><td class="Ar">Corte na linha pontilhada</td></tr>
<tr><td class="cut" /></tr>
</table>
<table class="ctN w666">
<tr class="h13"><td /></tr>
<tr class="h13"><td /></tr>
<tr class="h13"><td /></tr>
<tr class="h13"><td /></tr>
<tr class="h13"><td /></tr>
<tr class="h13"><td /></tr>
</table>
</div>
<script>
(function () {
Expand Down

0 comments on commit b68d206

Please sign in to comment.