Skip to content

Commit

Permalink
Merge pull request #560 from vinny75/vinny75-issue-525
Browse files Browse the repository at this point in the history
Issue 525 report.php: typos in CSS definition
  • Loading branch information
veggiematts authored Mar 14, 2019
2 parents 9039c9f + 3450161 commit 37c10f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reports/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@
<?php echo _("Create New Report");?>
</a>
<br/>
<a href="javascript:viewReportOutput('xls');" style="boarder: none">
<img boarder='0' src="images/xls.gif" alt="xls" />
<a href="javascript:viewReportOutput('xls');" style="border: none">
<img border='0' src="images/xls.gif" alt="xls" />
</a>
<a href="javascript:viewReportOutput('print');" style="boarder:none">
<img boarder='0' src="images/printer.gif" alt="print" />
<a href="javascript:viewReportOutput('print');" style="border:none">
<img border='0' src="images/printer.gif" alt="print" />
</a>
<br />
</form>
Expand Down

0 comments on commit 37c10f0

Please sign in to comment.