Skip to content

Commit

Permalink
Fixes #3884 #4014 in twig branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jun 18, 2013
1 parent 68afa84 commit 89d4194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/PDFReports/templates/list.twig
Expand Up @@ -63,7 +63,7 @@
</td>
<td>
{# download link #}
<a href="{{ url({'module':'API', 'period':report.period, 'token_auth':token_auth, 'method':'PDFReports.generateReport', 'date':rawDate, 'idReport':report.idreport, 'outputType':downloadOutputType, 'language':language}) }}"
<a href="{{ url({'module':'API', 'token_auth':token_auth, 'method':'PDFReports.generateReport', 'date':rawDate, 'idReport':report.idreport, 'outputType':downloadOutputType, 'language':language}) }}"
target="_blank" name="linkDownloadReport" id="{{ report.idreport }}" class="link_but">
<img src='{{ reportFormatsByReportType[report.type][report.format] }}' border="0"/>
{{ 'General_Download'|translate }}
Expand Down

0 comments on commit 89d4194

Please sign in to comment.