Skip to content

Commit

Permalink
Bottom list spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhusar committed May 8, 2014
1 parent 3b4bfa5 commit 16750b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jspdf.plugin.from_html.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
} else if (cn.nodeName === "LI") {
var temp = renderer.x;
renderer.x += cn.parentNode.nodeName === "UL" ? 22 : 10;
renderer.y += 3;
if (!elementHandledElsewhere(cn, renderer, elementHandlers)) {
DrillForContent(cn, renderer, elementHandlers);
}
Expand Down

0 comments on commit 16750b7

Please sign in to comment.