Skip to content

Commit

Permalink
Issue 525 report.php: typos in CSS definition
Browse files Browse the repository at this point in the history
Fixes 525
  • Loading branch information
vinny75 authored Mar 14, 2019
1 parent 9039c9f commit 3450161
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 3450161

Please sign in to comment.