Merge branch 'master' into em-device-ports-json

This commit is contained in:
Oliver Gorwits
2014-10-11 12:03:36 +01:00
33 changed files with 434 additions and 284 deletions

View File

@@ -0,0 +1,4 @@
[% FOREACH k IN report.rconfig.bind_params %]
<input name="[% k %]" value="[% params.$k | html_entity %]" type="hidden"/>
[% END %]