Skip to content

Commit

Permalink
LoanReceiptLetter - Remove unnecessary template include and hr br combo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cudevmaxwell committed Jan 14, 2022
1 parent e0347ac commit d020559
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions LoanReceiptLetter.xsl
Expand Up @@ -2,7 +2,6 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:include href="style.xsl" />
<xsl:include href="header.xsl" />
<xsl:include href="recordTitle.xsl" />
<xsl:include href="footer.xsl" />
<xsl:template match="/">
<html>
Expand Down Expand Up @@ -79,8 +78,6 @@
</table>
</td>
</tr>
<hr />
<br />
</xsl:for-each>
<tr>
<td>
Expand Down

0 comments on commit d020559

Please sign in to comment.