From: Bernd Bleßmann Date: Wed, 29 Jan 2014 13:36:06 +0000 (+0100) Subject: URLs für Links im ReportGenerator richtig escapen. X-Git-Tag: release-3.1.0beta1~13^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5012e90c3dcec9566b23ee93f71bf78a30c9f35d;p=kivitendo-erp.git URLs für Links im ReportGenerator richtig escapen. --- diff --git a/templates/webpages/report_generator/html_report.html b/templates/webpages/report_generator/html_report.html index 71908655c..2b169ab36 100644 --- a/templates/webpages/report_generator/html_report.html +++ b/templates/webpages/report_generator/html_report.html @@ -35,7 +35,7 @@ [%- IF col.align %] align="[% HTML.escape(col.align) %]" style="text-align: [% HTML.escape(col.align) %]"[% END -%] [%- IF col.colspan && col.colspan > 1 %] colspan="[% HTML.escape(col.colspan) %]"[% END -%] > - [%- IF col.link -%][%- END -%] + [%- IF col.link -%][%- END -%] [%- col.text -%] [%- IF col.show_sort_indicator -%][%- END -%] [%- IF col.link -%][%- END -%] @@ -63,7 +63,7 @@ [%- ELSE %] [%- USE iterator(col.CELL_ROWS) %][%- FOREACH cell_row = iterator %] [%- IF cell_row.data != '' %] - [%- IF cell_row.link %][%- END %] + [%- IF cell_row.link %][%- END %] [%- cell_row.data %] [%- IF cell_row.link %][%- END %] [%- END %]