Skip to content

Commit

Permalink
fix tr attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
thehitechpanky committed Apr 21, 2020
1 parent 50075e3 commit 5bbc011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Bootstrap

# CDN

<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].1/html.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].1/table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].2/html.js"></script>
<script src="https://cdn.jsdelivr.net/gh/TaxHeal-in/[email protected].2/table.js"></script>

# How to use

Expand Down
2 changes: 1 addition & 1 deletion html.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function getHead(paramObject) {
}

function getHeader(paramObject) {
return _getNode(`head`, paramObject);
return _getNode(`header`, paramObject);
}

function getHTML(paramObject) {
Expand Down

0 comments on commit 5bbc011

Please sign in to comment.